diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-14 19:31:48 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-06-14 19:31:48 (GMT) |
commit | be3103c4099dfda4a53affe04992f488d7e8a4fe (patch) | |
tree | 057ce72220d95c29b19129566699ccae913f5117 /ChangeLog | |
parent | 715d823e14591cf3069111aaf5e006e00c23c08d (diff) | |
download | tcl-be3103c4099dfda4a53affe04992f488d7e8a4fe.zip tcl-be3103c4099dfda4a53affe04992f488d7e8a4fe.tar.gz tcl-be3103c4099dfda4a53affe04992f488d7e8a4fe.tar.bz2 |
BC-engine: runtime peep-hole optimisation of INST_FOREACH
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +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. + 2002-06-14 David Gravereaux <davygrvy@pobox.com> * win/rules.vc: The test for compiler optimizations was in error. |