aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: b4cf97399fc7a4cb754b5d9ae577bfb3076d362d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
+ 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
+ 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?