diff options
author | vasiljevic <zv@archiware.com> | 2007-06-30 09:59:00 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2007-06-30 09:59:00 (GMT) |
commit | 22f41058c511758b0e8085d4518b7c32a1d932c9 (patch) | |
tree | 7ef1fc750222e510edb6d07daba1b21d72ce954e /ChangeLog | |
parent | f491ae44dd5eeb9e80d673810c8a46faa0d0a3aa (diff) | |
download | tcl-22f41058c511758b0e8085d4518b7c32a1d932c9.zip tcl-22f41058c511758b0e8085d4518b7c32a1d932c9.tar.gz tcl-22f41058c511758b0e8085d4518b7c32a1d932c9.tar.bz2 |
Prevent RemeberSyncObj() from growing the sync
object lists by reusing already free'd slots, if possible.
See discussion on Bug 1726873 for more information.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-06-30 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> + + * generic/tclThread.c: Prevent RemeberSyncObj() from growing the sync + object lists by reusing already free'd slots, if possible. + See discussion on Bug 1726873 for more information. + 2007-06-29 Donal K. Fellows <dkf@users.sf.net> * doc/DictObj.3 (Tcl_DictObjDone): Improved documentation of this |