version 8.12

This commit is contained in:
Irmen de Jong 2023-04-30 14:04:54 +02:00
parent d494f9d66b
commit ce00e49a89
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.12-dev 8.12

View File

@ -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