aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-07 20:53:32 +0000
committerantirez <antirez>2005-03-07 20:53:32 +0000
commit5bf31c1165ac894cc6133c3c69513c5884ba9b59 (patch)
tree853dd59715cf17316436cc2ec174926e3e35b03a /ChangeLog
parentcd85db16d0d78a592b2d9e55787ad8a42b6ae6ec (diff)
downloadjimtcl-5bf31c1165ac894cc6133c3c69513c5884ba9b59.zip
jimtcl-5bf31c1165ac894cc6133c3c69513c5884ba9b59.tar.gz
jimtcl-5bf31c1165ac894cc6133c3c69513c5884ba9b59.tar.bz2
Fixed a memory leak introduced with the last callframe caching code
commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f600e83..3d163bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-07 21:34 antirez
+
+ * ChangeLog, jim.c, jim.h: Faster procedure calls (obtained caching
+ the hashtable, and with a fast path to free the cached hash
+ tables elements).
+
2005-03-07 18:58 antirez
* ChangeLog, jim.c: Added "increasing", "decreasing", "ascii",