diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-12 17:45:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-12 17:45:24 (GMT) |
commit | 06c2fab3218c8dc8a7a7582a182178f42c89964a (patch) | |
tree | a2d3b926f64f0c6299a04ba6c294b5ed145196cc /ChangeLog | |
parent | 548d5bd4026829d315d293d2fce922b155fcdf4f (diff) | |
download | tcl-06c2fab3218c8dc8a7a7582a182178f42c89964a.zip tcl-06c2fab3218c8dc8a7a7582a182178f42c89964a.tar.gz tcl-06c2fab3218c8dc8a7a7582a182178f42c89964a.tar.bz2 |
* generic/tclProc.c (TclProcCompileProc): On recompile of
a proc, clear away any entries on the CompiledLocal list from the
previous compile. This will prevent compile of temporary variables
in the proc body from growing the localCache arbitrarily large.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2008-08-08 Don Porter <dgp@users.sourceforge.net>S + * generic/tclProc.c (TclProcCompileProc): On recompile of + a proc, clear away any entries on the CompiledLocal list from the + previous compile. This will prevent compile of temporary variables + in the proc body from growing the localCache arbitrarily large. + * README: Bump version number to 8.6a2 * generic/tcl.h: * library/init.tcl: |