Skip to content

Commit

Permalink
version 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Apr 30, 2023
1 parent d494f9d commit ce00e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/res/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.12-dev
8.12
2 changes: 1 addition & 1 deletion docs/source/todo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Expressions:
Optimizations:

- 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,
those checks should probably be removed, or be made permanent

Expand Down

0 comments on commit ce00e49

Please sign in to comment.