summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-08-16 20:39:34 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-08-16 20:39:34 (GMT)
commit58d90767821271f9546b8f34b7db85d896784941 (patch)
tree21a230c65d3d1523d38ad7705c93e30312d51cb9 /ChangeLog
parentb41667264c8c24d55fc76ed14dd42747e88d044f (diff)
downloadtcl-58d90767821271f9546b8f34b7db85d896784941.zip
tcl-58d90767821271f9546b8f34b7db85d896784941.tar.gz
tcl-58d90767821271f9546b8f34b7db85d896784941.tar.bz2
* generic/tclExecute.c: check the two most frequent instructions
before the switch. Reduces both runtime and obj size a tiny bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47b9063..9aae28e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-16 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c: check the two most frequent instructions
+ before the switch. Reduces both runtime and obj size a tiny bit.
+
2007-08-16 Don Porter <dgp@users.sourceforge.net>
* generic/tclCompExpr.c: Added a "constant" field to the OpNode