diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-14 20:11:10 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-14 20:11:10 (GMT) |
commit | 82c982c1f6e57fff56d4dcbd50e7224f2ac0556f (patch) | |
tree | 2b8b58741c3f6fc2f6a16414ac1a4061f573e964 /ChangeLog | |
parent | be3103c4099dfda4a53affe04992f488d7e8a4fe (diff) | |
download | tcl-82c982c1f6e57fff56d4dcbd50e7224f2ac0556f.zip tcl-82c982c1f6e57fff56d4dcbd50e7224f2ac0556f.tar.gz tcl-82c982c1f6e57fff56d4dcbd50e7224f2ac0556f.tar.bz2 |
runtime peep-hole optimisation of comparisons.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ 2002-06-14 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclExecute.c (TclExecuteByteCode): runtime peep-hole + optimisation of comparisons. + +2002-06-14 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclExecute.c (TclExecuteByteCode): runtime peep-hole optimisation of INST_FOREACH - relies on peculiarities of the code produced by the bytecode compiler. |