optimized ubyte comparison expressions

This commit is contained in:
Irmen de Jong
2023-05-07 14:47:31 +02:00
parent c65279b672
commit 533d825f1a
2 changed files with 94 additions and 2 deletions

View File

@@ -3,6 +3,9 @@ TODO
For next minor release
^^^^^^^^^^^^^^^^^^^^^^
- assignOptimizedComparisonBytes() / assignOptimizedComparisonWords()
- find bcc/bcs branches that could be a rol?
- find adc #0 that could be a rol?
- try to optimize newexpr a bit more
...