diff options
author | vasiljevic <zv@archiware.com> | 2007-06-30 09:58:42 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2007-06-30 09:58:42 (GMT) |
commit | 39f3fb41532e9e33414f8e35c50aad670e98d0e2 (patch) | |
tree | b66748add6d35758197245900fecc91eb50d94fb /ChangeLog | |
parent | 18e1cd3cc3f1062987089b2d89e4950fdf892f37 (diff) | |
download | tcl-39f3fb41532e9e33414f8e35c50aad670e98d0e2.zip tcl-39f3fb41532e9e33414f8e35c50aad670e98d0e2.tar.gz tcl-39f3fb41532e9e33414f8e35c50aad670e98d0e2.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 Daniel Steffen <das@users.sourceforge.net> * generic/tclAlloc.c: on Darwin, ensure memory allocated by |