diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-08-26 13:05:55 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-08-26 13:05:55 (GMT) |
commit | 283f4b6204dfa73280a57969b67b4151175142b0 (patch) | |
tree | 7403a362f14677a3050baff9e093e8b5c1c1eb82 /ChangeLog | |
parent | d4474d5baddde165c995c7716e6e0604788366a8 (diff) | |
download | tcl-283f4b6204dfa73280a57969b67b4151175142b0.zip tcl-283f4b6204dfa73280a57969b67b4151175142b0.tar.gz tcl-283f4b6204dfa73280a57969b67b4151175142b0.tar.bz2 |
* generic/tclThreadAlloc.c: small optimisation, reducing the
new allocator's overhead.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-08-26 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclThreadAlloc.c: small optimisation, reducing the + new allocator's overhead. + 2002-08-23 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclObj.c (USE_THREAD_ALLOC): fixed leak [Bug 597936]. |