summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bea6250..0d10562 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-04-06 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c (TEBC):
+ * generic/tclNamespace.c (NsEnsembleImplementationCmd):
+ * generic/tclProc.c (InitCompiledLocals, ObjInterpProcEx,
+ TclObjInterpProcCore, ProcCompileProc): code reordering to reduce
+ branching and improve branch prediction (assume that forward
+ branches are typically not taken).
+
2007-04-03 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c: INST_INVOKE optimisation. [Patch 1693802]