From ce00e49a899e2446aa8a5dbd253ad69449064c4f Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sun, 30 Apr 2023 14:04:54 +0200 Subject: [PATCH] version 8.12 --- compiler/res/version.txt | 2 +- docs/source/todo.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/res/version.txt b/compiler/res/version.txt index e17c776ce..ef59ed7f5 100644 --- a/compiler/res/version.txt +++ b/compiler/res/version.txt @@ -1 +1 @@ -8.12-dev +8.12 diff --git a/docs/source/todo.rst b/docs/source/todo.rst index 4e7109227..77eacc133 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -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