summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-12 17:45:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-12 17:45:24 (GMT)
commit06c2fab3218c8dc8a7a7582a182178f42c89964a (patch)
treea2d3b926f64f0c6299a04ba6c294b5ed145196cc /ChangeLog
parent548d5bd4026829d315d293d2fce922b155fcdf4f (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 105e01f..7ece66a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: