aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-05-22 21:19:56 +0200
committerDrahflow <drahflow@gmx.de>2015-05-22 21:19:56 +0200
commit4d14307c9a3e45ffbf0fc14805da065c4bb66fe8 (patch)
tree63a955b6665864ff3befe62c6c0cfdb971ff6efb /TODO
parentdc1b399ed2e7e144930dbbf0a22bd2baa9e4dc7a (diff)
Make use of oversized freelist blocks
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index a27f07b..ee7575d 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
-* make '' applicable to arrays, too, i.e. save input type
* utf8
* regex substitution
* asm-based regex engine
@@ -6,9 +5,12 @@
* txt .consume .u sollte nicht negative Zahlen liefern
* evtl. BigNums bauen und die Int-Funktionen entsprechend machen
* trigonometrics
+* make jmp-pads after optimization rewrite call site if ... /rax movqImmReg; /rax :callqReg pattern
* testsuite (incl. coverage test)
+* make '' applicable to arrays, too, i.e. save input type
+
* consider polymorphic call-site caches instead of deffs_t_ / deffs?
* eliminate all FIXMEs