prog8/codeOptimizers/src/prog8/optimizer
Irmen de Jong b7a622c68e fix alignment of uninitialized arrays in aligned blocks (make them initialized with zeros so they don't end up in the BSS section)
fix alignment of uninitialized arrays in aligned blocks (make them initialized with zeros so they don't end up in the BSS section)
2023-10-04 00:12:36 +02:00
..
ConstantFoldingOptimizer.kt several optimizations and compiler error fix for @(&var) and @(&var+1) 2023-09-14 23:04:23 +02:00
ConstantIdentifierReplacer.kt fix alignment of uninitialized arrays in aligned blocks (make them initialized with zeros so they don't end up in the BSS section) 2023-10-04 00:12:36 +02:00
ConstExprEvaluator.kt
ExpressionSimplifier.kt todos 2023-07-03 21:57:32 +02:00
Extensions.kt get rid of binexpr splitter 2023-07-20 01:36:43 +02:00
Inliner.kt optimizer: avoid symbol name clash when inlining subroutine 2023-07-05 23:15:04 +02:00
StatementOptimizer.kt allow taking address of array element 2023-09-18 04:37:41 +02:00
UnusedCodeRemover.kt fix subroutine inline problem with strings 2023-06-09 21:45:05 +02:00