mirror of
https://github.com/irmen/prog8.git
synced 2024-11-23 07:32:10 +00:00
version 8.12
This commit is contained in:
parent
d494f9d66b
commit
ce00e49a89
@ -1 +1 @@
|
|||||||
8.12-dev
|
8.12
|
||||||
|
@ -92,7 +92,7 @@ Expressions:
|
|||||||
Optimizations:
|
Optimizations:
|
||||||
|
|
||||||
- VariableAllocator: can we think of a smarter strategy for allocating variables into zeropage, rather than first-come-first-served?
|
- VariableAllocator: can we think of a smarter strategy for allocating variables into zeropage, rather than first-come-first-served?
|
||||||
for instance, vars used inside loops first, then loopvars, then the rest
|
for instance, vars used inside loops first, then loopvars, then uwords used as pointers, then the rest
|
||||||
- various optimizers skip stuff if compTarget.name==VMTarget.NAME. Once 6502-codegen is done from IR code,
|
- various optimizers skip stuff if compTarget.name==VMTarget.NAME. Once 6502-codegen is done from IR code,
|
||||||
those checks should probably be removed, or be made permanent
|
those checks should probably be removed, or be made permanent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user