aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-22 13:22:18 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-22 13:22:18 +0300
commitfcd4d35ab52e26942f7adbd555be4d563ad06980 (patch)
tree31ee7a63969f89a8f3f474b61cb0ef1f4d42b985
parent66b39eb7ce9605cbb70defdca7f0eb144855ddcd (diff)
downloadkmi-fcd4d35ab52e26942f7adbd555be4d563ad06980.tar.gz
kmi-fcd4d35ab52e26942f7adbd555be4d563ad06980.zip
add note about tests
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index cdfeb61..73b8040 100644
--- a/TODO
+++ b/TODO
@@ -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?