diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-08-16 20:39:34 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-08-16 20:39:34 (GMT) |
commit | 58d90767821271f9546b8f34b7db85d896784941 (patch) | |
tree | 21a230c65d3d1523d38ad7705c93e30312d51cb9 /ChangeLog | |
parent | b41667264c8c24d55fc76ed14dd42747e88d044f (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |