mirror of
https://github.com/irmen/prog8.git
synced 2025-01-11 13:29:45 +00:00
version 6.1
This commit is contained in:
parent
5e6e711f33
commit
53f0318187
@ -1 +1 @@
|
|||||||
6.1-SNAPSHOT
|
6.1
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
|
|
||||||
- implement the linked_list millfork benchmark
|
|
||||||
|
|
||||||
- refactor the asmgen into their own submodule?
|
- refactor the asmgen into their own submodule?
|
||||||
- refactor the compiler optimizers into their own submodule?
|
- refactor the compiler optimizers into their own submodule?
|
||||||
- optimize swap of two memread values with index, using the same pointer expression/variable, like swap(@(ptr+1), @(ptr+2))
|
- optimize swap of two memread values with index, using the same pointer expression/variable, like swap(@(ptr+1), @(ptr+2))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user