optimize postincrdecr on memory a bit

This commit is contained in:
Irmen de Jong
2024-02-03 17:36:42 +01:00
parent b0f5b6925d
commit abcdfd8e28
8 changed files with 128 additions and 42 deletions

View File

@@ -4,6 +4,8 @@ TODO
petaxian is now a lot larger since pointer[idx] is rewritten into @(ptr+idx). Missing some optimized code somewhere now?
VM textelite is now a lot larger too
DO: "TODO implement this optimization"
(after merge in boolean): move all "OperatorXinplace" from expressionGen to AssignmentGen, see if we can get rid of the Result return type.
...