diff options
-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> |