version 6.1

This commit is contained in:
Irmen de Jong 2021-02-14 00:07:45 +01:00
parent 5e6e711f33
commit 53f0318187
2 changed files with 1 additions and 3 deletions

View File

@ -1 +1 @@
6.1-SNAPSHOT
6.1

View File

@ -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))