summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-24 10:49:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-24 10:49:04 (GMT)
commit3201edaaf6efa495d6e2c747817da9ba884a8be5 (patch)
tree2d52ddacd2ed62f0d318b0a10e48b744faf938ff /ChangeLog
parent8282fe60d8a51812bfb3ced0032e52c0cc5f81b5 (diff)
downloadtcl-3201edaaf6efa495d6e2c747817da9ba884a8be5.zip
tcl-3201edaaf6efa495d6e2c747817da9ba884a8be5.tar.gz
tcl-3201edaaf6efa495d6e2c747817da9ba884a8be5.tar.bz2
Reduce ifdef-fery and size of activation record. More variables shared across
instructions than before.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32ed37c..c937d2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-02-24 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclExecute.c (TclExecuteByteCode): Reduce ifdef-fery and
+ size of activation record. More variables shared across instructions
+ than before.
+
* doc/socket.n: [Bug 2957688]: Clarified that [socket -server] works
with a command prefix. Extended example to show this in action.