diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-04-29 09:31:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-04-29 09:31:53 (GMT) |
commit | 54202854852e902f7904ba4cca9cb280b2cfac58 (patch) | |
tree | 157750afa28177a9e7bdea789280ccf451698196 /ChangeLog | |
parent | 13c0e415213d47bc299c2273308979de39bbf634 (diff) | |
download | tcl-54202854852e902f7904ba4cca9cb280b2cfac58.zip tcl-54202854852e902f7904ba4cca9cb280b2cfac58.tar.gz tcl-54202854852e902f7904ba4cca9cb280b2cfac58.tar.bz2 |
Improve code generation for [array set] in a common case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-04-29 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclCompCmds.c (TclCompileArraySetCmd): Generate better code + when the list of things to set is a literal. + 2013-04-23 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclDecls.h: Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj |