diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-30 08:29:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-30 08:29:40 (GMT) |
commit | 24e16718fb60e1a29dfe2c5c6f0a240de327f172 (patch) | |
tree | 239c39aa5e3e914869f4b0f2c08bb67c2b7cebe8 /ChangeLog | |
parent | fef563336c6dc5ae1b57a63431daf9ed77de8f27 (diff) | |
download | tcl-24e16718fb60e1a29dfe2c5c6f0a240de327f172.zip tcl-24e16718fb60e1a29dfe2c5c6f0a240de327f172.tar.gz tcl-24e16718fb60e1a29dfe2c5c6f0a240de327f172.tar.bz2 |
* generic/tclExecute.c (TclExecuteByteCode): Add peephole optimization
of the fact that INST_DICT_FIRST and INST_DICT_NEXT always have a
conditional jump afterwards.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2010-04-30 Donal K. Fellows <dkf@users.sf.net> + * generic/tclExecute.c (TclExecuteByteCode): Add peephole optimization + of the fact that INST_DICT_FIRST and INST_DICT_NEXT always have a + conditional jump afterwards. + * generic/tclBasic.c (TclNRYieldObjCmd, TclNRYieldmObjCmd) (NRInterpCoroutine): Replace magic values for formal argument counts for coroutine command implementations with #defines, for an increase |