diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-24 10:49:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-24 10:49:04 (GMT) |
commit | 3201edaaf6efa495d6e2c747817da9ba884a8be5 (patch) | |
tree | 2d52ddacd2ed62f0d318b0a10e48b744faf938ff /ChangeLog | |
parent | 8282fe60d8a51812bfb3ced0032e52c0cc5f81b5 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |