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-11 13:29:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
codeOptimizers
/
src
/
prog8
/
optimizer
History
Irmen de Jong
f21adaa3ef
fix compiler error caused by removal of string symbol in txt.print() optimization
2023-11-17 19:51:48 +01:00
..
ConstantFoldingOptimizer.kt
fix compiler crash on certain constant expressions
2023-11-05 13:59:08 +01:00
ConstantIdentifierReplacer.kt
better const-evaluation of addressOf a memory mapped variable
2023-11-08 22:04:41 +01: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
fix compiler crash on certain subroutine inlining attempts.
2023-11-09 21:16:12 +01:00
StatementOptimizer.kt
fix compiler error caused by removal of string symbol in txt.print() optimization
2023-11-17 19:51:48 +01:00
UnusedCodeRemover.kt
fix subroutine inline problem with strings
2023-06-09 21:45:05 +02:00