From 53f03181878c46e9ce9ab959c88e62bae135f864 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sun, 14 Feb 2021 00:07:45 +0100 Subject: [PATCH] version 6.1 --- compiler/res/version.txt | 2 +- docs/source/todo.rst | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/res/version.txt b/compiler/res/version.txt index 13ea47b9b..a435f5a56 100644 --- a/compiler/res/version.txt +++ b/compiler/res/version.txt @@ -1 +1 @@ -6.1-SNAPSHOT +6.1 diff --git a/docs/source/todo.rst b/docs/source/todo.rst index 9929b0c63..a24751325 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -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))