diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-09-08 03:55:18 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-09-08 03:55:18 (GMT) |
commit | 76a689aef30bb27f1e24881a16991f7209a15132 (patch) | |
tree | 222c16181da490ba17331ea29ec66977776aa0bd /ChangeLog | |
parent | e1aef1ce6c36b4692bf0e62e24bcb3fc7e466473 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |