aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-24 11:00:44 +0000
committerantirez <antirez>2005-03-24 11:00:44 +0000
commitbab3371926467e640225bfae0f76089959b5054a (patch)
treeec0dee0449c6c975afaa35b6fedb7928f1f6feae /TODO
parent7b527408126d910d78a03fa6c9bffa3077d36b5e (diff)
downloadjimtcl-bab3371926467e640225bfae0f76089959b5054a.zip
jimtcl-bab3371926467e640225bfae0f76089959b5054a.tar.gz
jimtcl-bab3371926467e640225bfae0f76089959b5054a.tar.bz2
A simple SDL extension for Jim.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index e6ff104..6198020 100644
--- a/TODO
+++ b/TODO
@@ -34,6 +34,10 @@ SPEED OPTIMIZATIONS
See the "sieve" and "ary" bench performances, result of this problem.
(to compare with sieve_dict is also useful.)
- Many other possible things, including better literal sharing.
+- Generate .c from Jim programs, as calls to the Jim API to avoid
+ the performance penality of Jim_EvalObj() overhead. In the future
+ try to generate the calls like a JIT emitting assembler from
+ Jim directly.
IMPLEMENTATION ISSUES