prog8/codeOptimizers
2024-10-16 02:14:19 +02:00
..
src/prog8/optimizer global (block-level) variables that get initialized with an array index expression now get a constant value as well if possible. This reduces the number of instructions in the init globals code block 2024-10-16 02:14:19 +02:00
build.gradle java version tweaks 2024-05-18 20:25:44 +02:00
codeOptimizers.iml const optimizer now knows about a bunch of library functions, such as math.* 2023-12-28 20:14:13 +01:00
readme-tests.txt remove unittest machinery from modules that don't have tests 2021-11-07 17:34:14 +01:00