summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-10-06 16:55:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-10-06 16:55:59 (GMT)
commit7b4b4ce6883578d1bc4bdd773251d1899787df6b (patch)
treee49b5cebdba72802c93ea65ce593d9479e53dae3 /ChangeLog
parent557af2c1ada9cecaa0e11f3a7f5c3c19056c5061 (diff)
downloadtcl-7b4b4ce6883578d1bc4bdd773251d1899787df6b.zip
tcl-7b4b4ce6883578d1bc4bdd773251d1899787df6b.tar.gz
tcl-7b4b4ce6883578d1bc4bdd773251d1899787df6b.tar.bz2
* generic/tclInterp.c (SlaveEval): Agressive stomping of internal reps
was added as part of the NRE patch of 2008-07-13. This doesn't appear to actually be needed, and it hurts quite a bit when large lists lose their intreps and require reparsing. Thanks to Ashok Nadkarni for reporting the problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6eac1bf..e035f7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-10-06 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclInterp.c (SlaveEval): Agressive stomping of internal reps
+ was added as part of the NRE patch of 2008-07-13. This doesn't appear
+ to actually be needed, and it hurts quite a bit when large lists lose
+ their intreps and require reparsing. Thanks to Ashok Nadkarni for
+ reporting the problem.
+
* generic/tclTomMathInt.h (new): Public header tclTomMath.h had
* generic/tclTomMath.h: dependence on private headers, breaking use
* generic/tommath.h: by extensions [Bug 1941434].