summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2002-06-16 17:59:12 (GMT)
committermsofer <msofer@noemail.net>2002-06-16 17:59:12 (GMT)
commita7562f181cdc773943e3208855c515aa060a7979 (patch)
tree121b4e095bc7d455f478998aabfb0fec4fec97a7 /ChangeLog
parentbe30595a4d80e1078adc417200b9329f7214bf25 (diff)
downloadtcl-a7562f181cdc773943e3208855c515aa060a7979.zip
tcl-a7562f181cdc773943e3208855c515aa060a7979.tar.gz
tcl-a7562f181cdc773943e3208855c515aa060a7979.tar.bz2
bug in the consolidation of the INCR_..._STK instructions
FossilOrigin-Name: 7ad4b1f4f9eff29345b4b4d484e5d133c852c5eb
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bec2f0..786f579 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-06-14 Miguel Sofer <msofer@users.sourceforge.net>
+ * generic/tclExecute.c: bug in the consolidation of the
+ INCR_..._STK instructions; the bug could not be exercised as the
+ (faulty) instruction INST_INCR_ARRAY_STK was never compiled-in
+ (related to [Bug 569438]).
+
+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.