diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-01-12 03:23:31 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-01-12 03:23:31 (GMT) |
commit | ddebbb181a979f87cfae4b83623a50a83497cf40 (patch) | |
tree | be0e583840c54a18c4ebac8852fcd49ca894568a /ChangeLog | |
parent | e7b6e827bfe3d6f5f569c678d1e547b07e6b3b57 (diff) | |
download | tcl-ddebbb181a979f87cfae4b83623a50a83497cf40.zip tcl-ddebbb181a979f87cfae4b83623a50a83497cf40.tar.gz tcl-ddebbb181a979f87cfae4b83623a50a83497cf40.tar.bz2 |
* generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewer
instructions. As a side effect, the instructions INST_LOR and
INST_LAND are now never used.
* generic/tclExecute.c (INST_JUMP*): small optimisation; fix a
bug in debug code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-01-12 Miguel Sofer <msofer@users.sf.net> + + * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewer + instructions. As a side effect, the instructions INST_LOR and + INST_LAND are now never used. + * generic/tclExecute.c (INST_JUMP*): small optimisation; fix a + bug in debug code. + 2004-01-11 David Gravereaux <davygrvy@pobox.com> * win/tclWinThrd.c (Tcl_ConditionNotify): condPtr must be |