diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-30 09:23:05 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-30 09:23:05 (GMT) |
commit | ddc75a8e93d575235904037587c3e772f8c96400 (patch) | |
tree | 753cd9e3c496a3a5ea4c8448116c6b79f6d1406b /ChangeLog | |
parent | 24e16718fb60e1a29dfe2c5c6f0a240de327f172 (diff) | |
download | tcl-ddc75a8e93d575235904037587c3e772f8c96400.zip tcl-ddc75a8e93d575235904037587c3e772f8c96400.tar.gz tcl-ddc75a8e93d575235904037587c3e772f8c96400.tar.bz2 |
* generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighter
issuing of instructions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2010-04-30 Donal K. Fellows <dkf@users.sf.net> + * generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighter + issuing of instructions. + * generic/tclExecute.c (TclExecuteByteCode): Add peephole optimization of the fact that INST_DICT_FIRST and INST_DICT_NEXT always have a conditional jump afterwards. |