summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2002-06-14 21:08:31 (GMT)
committermsofer <msofer@noemail.net>2002-06-14 21:08:31 (GMT)
commitbe30595a4d80e1078adc417200b9329f7214bf25 (patch)
tree044c80c1132911cec7f2e8cca090313a1aa46e36 /ChangeLog
parent756a1d1a2bff2cb33fef9b51d61f6efea6af5c3c (diff)
downloadtcl-be30595a4d80e1078adc417200b9329f7214bf25.zip
tcl-be30595a4d80e1078adc417200b9329f7214bf25.tar.gz
tcl-be30595a4d80e1078adc417200b9329f7214bf25.tar.bz2
runtime peep-hole optimisation of variables (INST_STORE, INST_INCR)
and commands (INST_INVOKE); faster check for the existence of a catch. FossilOrigin-Name: 7947220c57653160b7fab681c85f03151e9f6a21
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16df25a..7bec2f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>