diff options
author | dgp <dgp@users.sourceforge.net> | 2009-10-06 16:55:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-10-06 16:55:59 (GMT) |
commit | 7b4b4ce6883578d1bc4bdd773251d1899787df6b (patch) | |
tree | e49b5cebdba72802c93ea65ce593d9479e53dae3 /ChangeLog | |
parent | 557af2c1ada9cecaa0e11f3a7f5c3c19056c5061 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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]. |