mirror of
https://github.com/irmen/prog8.git
synced 2024-12-24 01:29:28 +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
|
||||
====
|
||||
|
||||
- implement the linked_list millfork benchmark
|
||||
|
||||
- refactor the asmgen 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))
|
||||
|
Loading…
Reference in New Issue
Block a user