summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-09-08 03:55:18 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-09-08 03:55:18 (GMT)
commit76a689aef30bb27f1e24881a16991f7209a15132 (patch)
tree222c16181da490ba17331ea29ec66977776aa0bd /ChangeLog
parente1aef1ce6c36b4692bf0e62e24bcb3fc7e466473 (diff)
downloadtcl-76a689aef30bb27f1e24881a16991f7209a15132.zip
tcl-76a689aef30bb27f1e24881a16991f7209a15132.tar.gz
tcl-76a689aef30bb27f1e24881a16991f7209a15132.tar.bz2
* generic/tclCompile.c (TclCompileTokens):
* generic/tclExecute.c (CompileExprObj): fix a perf bug (found by Alex Ferrieux) where some variables in the LVT where not being accessed by index. Fix missing localCache management in compiled expressions found while analyzing the bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b8c409..21faefc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-09-07 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclCompile.c (TclCompileTokens):
+ * generic/tclExecute.c (CompileExprObj): fix a perf bug (found by
+ Alex Ferrieux) where some variables in the LVT where not being
+ accessed by index. Fix missing localCache management in compiled
+ expressions found while analyzing the bug.
+
+2008-09-07 Miguel Sofer <msofer@users.sf.net>
+
* doc/namespace.n: fix [Bug 2098441]
2008-09-04 Miguel Sofer <msofer@users.sf.net>