summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-06-14 02:43:13 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-06-14 02:43:13 (GMT)
commit581f24016c998cd22f2affc43f5fbba975afdb2f (patch)
tree668a7f1170658e5a8066cd6978b97061e3352782 /ChangeLog
parentf5e1bf03c4958605fef78a153d412ae9085fdb61 (diff)
downloadtcl-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43e97f1..b6b7158 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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