diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-12 20:06:36 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-12 20:06:36 (GMT) |
commit | f5e1bf03c4958605fef78a153d412ae9085fdb61 (patch) | |
tree | 64ac78bd7fcb7205f089c396501d6bd6dd069beb | |
parent | 755d028b486e29aa92d29e6eec54ec5745829c1f (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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> |