diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-14 02:43:13 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-14 02:43:13 (GMT) |
commit | 581f24016c998cd22f2affc43f5fbba975afdb2f (patch) | |
tree | 668a7f1170658e5a8066cd6978b97061e3352782 /ChangeLog | |
parent | f5e1bf03c4958605fef78a153d412ae9085fdb61 (diff) | |
download | tcl-581f24016c998cd22f2affc43f5fbba975afdb2f.zip tcl-581f24016c998cd22f2affc43f5fbba975afdb2f.tar.gz tcl-581f24016c998cd22f2affc43f5fbba975afdb2f.tar.bz2 |
* generic/tclExecute.c (TclCompEvalObj): missed update to "there
is always a valid frame".
* generic/tclProc.c (TclObjInterpProcCore): call TEBC directly
instead of going through TclCompEvalObj - no need to check the
compilation's freshness, this has already been done. This improves
speed and should also provide some relief to [Bug 1066755].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-06-13 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c (TclCompEvalObj): missed update to "there + is always a valid frame". + + * generic/tclProc.c (TclObjInterpProcCore): call TEBC directly + instead of going through TclCompEvalObj - no need to check the + compilation's freshness, this has already been done. This improves + speed and should also provide some relief to [Bug 1066755]. + 2007-06-12 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclBasic.c (Tcl_CreateInterp): Turn the [info] command into |