summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-03-30 19:17:55 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-03-30 19:17:55 (GMT)
commit273d70e6d992c80dad69b0198cb21577ad7b3ba2 (patch)
tree401d39c51c9a5757c5b28a9c7fbb0085a8530b8c /ChangeLog
parentd7342e95b8185e47c027ad6a573b4242e5ca67c9 (diff)
downloadtcl-273d70e6d992c80dad69b0198cb21577ad7b3ba2.zip
tcl-273d70e6d992c80dad69b0198cb21577ad7b3ba2.tar.gz
tcl-273d70e6d992c80dad69b0198cb21577ad7b3ba2.tar.bz2
* generic/tclExecute.c (TEBC): reverting to the previous method
for async tests in TEBC, as the new method turned out to be too costly. Async tests now run every 64 instructions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5848e79..e7e26b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-03-30 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclExecute.c (TEBC): reverting to the previous method
+ for async tests in TEBC, as the new method turned out to be too
+ costly. Async tests now run every 64 instructions.
+
+2004-03-30 Miguel Sofer <msofer@users.sf.net>
+
* generic/tclCompile.c: New instruction code INST_START_CMD
* generic/tclCompile.h: that allows checking the bytecode's
* generic/tclExecute.c: validity [Bug 729692] and the interp's