prog8/compiler/test/helpers
Irmen de Jong eea3fb48a8 add command line option 'optfloatx' to explicitly re-enable float expr optimization as this can increase code size significantly.
The output size of the various example programs using floating point, when not using this optimization, has been reduced significantly.
The resulting code runs a (tiny) bit slower though.
2021-11-03 22:52:08 +01:00
..
compileXyz.kt add command line option 'optfloatx' to explicitly re-enable float expr optimization as this can increase code size significantly. 2021-11-03 22:52:08 +01:00
Dummies.kt implemented CharLiteral.constValue() 2021-10-30 00:05:55 +02:00
ErrorReporterForTests.kt fix vardecl initialization value to not use stack eval anymore but separate assignment 2021-11-01 00:24:15 +01:00