aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-06-19 15:49:25 +0200
committerDrahflow <drahflow@gmx.de>2015-06-19 15:49:25 +0200
commit350c441e9b6c1a5fc095263e7ddf8be9918c626c (patch)
tree91e9e5f80cef7490c859cf011004ab5d945cb2c2 /TODO
parent779fb09b603b83440685ae249557c677055031ba (diff)
Forward function objects to jump pad targets
... and fix really ugly memory bugs occuring because some code referenced function objects not the code objects it was calling
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 20ae1a5..b8dee38 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
* apply the trace extractor to non-tail situations
-* implement the GC-based function opcode forwarding
* forward scope-cannot-escape information
+* inline trivial functions when optimizer generates ... /rax :movqImmReg /rax :callqReg sequence
* utf8
* regex substitution
* asm-based regex engine