aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-04 08:03:43 +0000
committerantirez <antirez>2005-03-04 08:03:43 +0000
commita16c964a08a76b94ab1b3c961acec59f4cb06da6 (patch)
treec446574feb7dc2161fb0ecc35e8c25ad4fe79f35 /TODO
parentb19ba0f0f7a994306878b348f223a8d3d2995d1b (diff)
downloadjimtcl-a16c964a08a76b94ab1b3c961acec59f4cb06da6.zip
jimtcl-a16c964a08a76b94ab1b3c961acec59f4cb06da6.tar.gz
jimtcl-a16c964a08a76b94ab1b3c961acec59f4cb06da6.tar.bz2
more benchmarks. Initial size of hashtables modified.
Some documentation change.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 478a2bc..905cc4f 100644
--- a/TODO
+++ b/TODO
@@ -28,6 +28,8 @@ EXTENSIONS
SPEED OPTIMIZATIONS
- Cache call frames instead to free/realloc they at every proc call.
+ (partially done, now there is to cache the variables has table
+ contained in the call frames).
IMPLEMENTATION ISSUES