mirror of
https://github.com/irmen/prog8.git
synced 2025-07-24 20:24:09 +00:00
optimize postincrdecr on memory a bit
This commit is contained in:
@@ -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.
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user