This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2025-01-10 20:30:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
codeOptimizers
/
src
/
prog8
/
optimizer
History
Irmen de Jong
b27368175d
get rid of problematic rewrite of certain for loops that were causing the end expression to be evaluated every loop iteration
2024-02-20 21:03:21 +01:00
..
ConstantFoldingOptimizer.kt
fix certain assignment data type mismatch crash
2024-01-25 21:14:20 +01:00
ConstantIdentifierReplacer.kt
fix certain assignment data type mismatch crash
2024-01-25 21:14:20 +01:00
ConstExprEvaluator.kt
fix asmgen for uword shift right 8 or more bits
2023-12-29 05:06:09 +01:00
ExpressionSimplifier.kt
fix absorption law optimization, add 2 additional optimizations
2024-02-14 23:12:54 +01:00
Extensions.kt
improved var -> const replacement, now done in constfolding already (fixes some obscure problems later on)
2023-12-29 19:48:40 +01:00
Inliner.kt
optimizing +=1/-=1
2024-02-06 23:49:40 +01:00
StatementOptimizer.kt
get rid of problematic rewrite of certain for loops that were causing the end expression to be evaluated every loop iteration
2024-02-20 21:03:21 +01:00
UnusedCodeRemover.kt
fix unused subroutine removal not removing all unused subs
2024-02-10 21:26:53 +01:00