This commit is contained in:
Irmen de Jong 2021-02-07 01:14:10 +01:00
parent eb2d5bb1f8
commit d7a6b20028

View File

@ -2,8 +2,6 @@
TODO
====
- fix imageviewer application with new Prog8 6.1 version - images are all corrupted now.... :(
- refactor the project module structure: make the static ast stuff a separate module, the optimizers another one, etc.
- optimize for loop iterations better to allow proper inx, cpx #value, bne loop instructions (like repeat loop)
- implement the linked_list millfork benchmark