diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-22 13:22:18 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-22 13:22:18 +0300 |
| commit | fcd4d35ab52e26942f7adbd555be4d563ad06980 (patch) | |
| tree | 31ee7a63969f89a8f3f474b61cb0ef1f4d42b985 /TODO | |
| parent | 66b39eb7ce9605cbb70defdca7f0eb144855ddcd (diff) | |
| download | kmi-fcd4d35ab52e26942f7adbd555be4d563ad06980.tar.gz kmi-fcd4d35ab52e26942f7adbd555be4d563ad06980.zip | |
add note about tests
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -57,6 +57,10 @@ limited by the NR_CPUS macro, so it might be a good idea to export as a CONF_* + The node subsystem might benefit from larger-than-base-page sizes, for example the RISC-V V extension allows up to 262 144 bytes of register space (though it seems unlikely that anyone actually uses that many but still) ++ The tests can probably be made a bit more generic, for example we always want + to check for any BUG messages and fail if they are found. Also, most tests + just check if the last message is OK, and we only really need more complex + checking if we need to calculate like memory leaks etc. !!! FUTURE: + Cache locality? |
