summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-06-12 20:06:36 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-06-12 20:06:36 (GMT)
commitf5e1bf03c4958605fef78a153d412ae9085fdb61 (patch)
tree64ac78bd7fcb7205f089c396501d6bd6dd069beb
parent755d028b486e29aa92d29e6eec54ec5745829c1f (diff)
downloadtcl-f5e1bf03c4958605fef78a153d412ae9085fdb61.zip
tcl-f5e1bf03c4958605fef78a153d412ae9085fdb61.tar.gz
tcl-f5e1bf03c4958605fef78a153d412ae9085fdb61.tar.bz2
added Changelog comment wrt the TEOvI and TEBC changes:
***POTENTIAL INCOMPAT*** There is a subtle issue with the timing of execution traces that is changed here - first change appeared in my commit of 2007-04-03 [Patch 1693802], which caused some divergence between compiled and non-compiled code. ***THIS CHANGE IS UNDER REVIEW***
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b4874b..43e97f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,7 +25,13 @@
* generic/tclCompile.h: TclEvalObjvKnownCommand() function to
* generic/tclExecute.c: handle commands that are already known
and are not traced. INST_INVOKE now calls into this function
- instead of inlining parts of TEOvI. Same perf, better isolation.
+ instead of inlining parts of TEOvI. Same perf, better isolation.
+
+ ***POTENTIAL INCOMPAT*** There is a subtle issue with the timing
+ of execution traces that is changed here - first change appeared
+ in my commit of 2007-04-03 [Patch 1693802], which caused some
+ divergence between compiled and non-compiled code.
+ ***THIS CHANGE IS UNDER REVIEW***
2007-06-10 Jeff Hobbs <jeffh@ActiveState.com>