summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-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>