diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-07-08 18:46:02 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-07-08 18:46:02 (GMT) |
commit | 5f7664fb28c03bce899572a39a9e3b343c223f3a (patch) | |
tree | 83ca945a044386ae90882b24cb30d198aa440f7e /ChangeLog | |
parent | 2e5d02410d31161822705b1b28f1743b8af402fc (diff) | |
download | tcl-5f7664fb28c03bce899572a39a9e3b343c223f3a.zip tcl-5f7664fb28c03bce899572a39a9e3b343c223f3a.tar.gz tcl-5f7664fb28c03bce899572a39a9e3b343c223f3a.tar.bz2 |
Modified the logic of literal table cleanup at interp deletion time,
insuring that the fix of [Bug 983660] does not have a negative perf
impact.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-07-08 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.c (DeleteInterpProc): reverted the modification + of 3 days ago, as the leak of [Bug 983660] is now handled by the + change in TclCleanupByteCode. + * generic/tclCompile.c (TclCleanupByteCode): let each bytecode + remove its references to literals at interp deletion, without + updating the dying literal table. + * generic/tclLiteral.c (TclDeleteLiteralTable): with the above + change to TclCleanupByteCode, this function now removes a single + reference to the literal object and cleans up its own structures. + 2004-07-08 Kevin Kenny <kennykb@acm.org> * win/tclWinInit.c (AppendEnvironment): Silenced a compilation |