diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-14 21:08:31 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-14 21:08:31 (GMT) |
commit | be8fdb37920fef9eda3777d85af7ff2dc87dad05 (patch) | |
tree | 044c80c1132911cec7f2e8cca090313a1aa46e36 /ChangeLog | |
parent | 82c982c1f6e57fff56d4dcbd50e7224f2ac0556f (diff) | |
download | tcl-be8fdb37920fef9eda3777d85af7ff2dc87dad05.zip tcl-be8fdb37920fef9eda3777d85af7ff2dc87dad05.tar.gz tcl-be8fdb37920fef9eda3777d85af7ff2dc87dad05.tar.bz2 |
runtime peep-hole optimisation of variables (INST_STORE, INST_INCR)
and commands (INST_INVOKE); faster check for the existence of a catch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ 2002-06-14 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclExecute.c (TclExecuteByteCode): runtime peep-hole + optimisation of variables (INST_STORE, INST_INCR) and commands + (INST_INVOKE); faster check for the existence of a catch. + +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> |