diff options
author | antirez <antirez> | 2005-03-24 11:00:44 +0000 |
---|---|---|
committer | antirez <antirez> | 2005-03-24 11:00:44 +0000 |
commit | bab3371926467e640225bfae0f76089959b5054a (patch) | |
tree | ec0dee0449c6c975afaa35b6fedb7928f1f6feae /TODO | |
parent | 7b527408126d910d78a03fa6c9bffa3077d36b5e (diff) | |
download | jimtcl-bab3371926467e640225bfae0f76089959b5054a.zip jimtcl-bab3371926467e640225bfae0f76089959b5054a.tar.gz jimtcl-bab3371926467e640225bfae0f76089959b5054a.tar.bz2 |
A simple SDL extension for Jim.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |