aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: e4c54a47ac3d74309d829ea6fcbab4133bfe5418 (plain) (blame)
1
2
3
4
5
6
7
+ Check in compiler backend that nobody accidentally uses 64bit values on 32bit
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
+ Try to minimize mmap system calls, they seem to be a significant bottleneck
for compiling multiple small functions (like in jit-comparison)