aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index b4cf973..e4c54a4 100644
--- a/TODO
+++ b/TODO
@@ -3,8 +3,5 @@ systems
+ (MAYBE) Check that there aren't duplicate destinations in operand list?
+ Darn, the return type doesn't really work with 32bit systems, should fix that
somehow
-+ Internally we currently expect all values to be doubles, but apparently
-lightening doesn't automatically convert between the types when moving
-parameters. Either we add in float operations and make sure the user knows which
-type is being used when, or we add some filter that rewrites the floats to
-doubles?
++ Try to minimize mmap system calls, they seem to be a significant bottleneck
+for compiling multiple small functions (like in jit-comparison)