From 6c66f86103b4abfe090545323c003cb05752ad85 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Fri, 5 Mar 2021 21:07:35 +0100 Subject: [PATCH] todo --- docs/source/todo.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/todo.rst b/docs/source/todo.rst index 6032da960..e61b57b4b 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -4,6 +4,7 @@ TODO - optimize word multiplication if the constant multiplier is a multiple of 256 - move current rnd() to fastrnd() and add new rnd() based on the 16-bits rndw() for better results +- add more convenient number-to-string conversion routines to conv (and clean up the number printing routine in the blobs example?) - optimize assigning array and struct variables (multi-element assings -> memcopy) - hoist all variable declarations up to the subroutine scope *before* even the constant folding takes place (to avoid undefined symbol errors when referring to a variable from another nested scope in the subroutine)