summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-06-13 21:07:25 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-06-13 21:07:25 (GMT)
commitfa12cdadd1514f8dca6e143a85bbbd64e81dfe65 (patch)
tree884567623205393563b0aeac0d387cf3107912f5 /ChangeLog
parentb2df30e5adb45bbbbdd44e958348149397eaa2d0 (diff)
downloadtcl-fa12cdadd1514f8dca6e143a85bbbd64e81dfe65.zip
tcl-fa12cdadd1514f8dca6e143a85bbbd64e81dfe65.tar.gz
tcl-fa12cdadd1514f8dca6e143a85bbbd64e81dfe65.tar.bz2
TclExecuteByteCode: consolidated exception handling of INST_INVOKE,
INST_EVAL, INST_BREAK and INST_CONTINUE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3aa4cc..c6aa469 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-06-13 Miguel Sofer <msofer@users.sourceforge.net>
+ * generic/tclExecute.c (TclExecuteByteCode): consolidated the
+ handling of exception returns to INST_INVOKE and INST_EVAL, as
+ well as most of the code for INST_CONTINUE and INST_BREAK, in the
+ new jump target "processExceptionReturn".
+
+2002-06-13 Miguel Sofer <msofer@users.sourceforge.net>
+
* generic/tclExecute.c (TclExecuteByteCode): consolidated variable
handling opcodes, replaced redundant code with some 'goto'. All
store/append/lappend opcodes on the same data type now share the