summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-04-29 09:31:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-04-29 09:31:53 (GMT)
commit54202854852e902f7904ba4cca9cb280b2cfac58 (patch)
tree157750afa28177a9e7bdea789280ccf451698196 /ChangeLog
parent13c0e415213d47bc299c2273308979de39bbf634 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d8f622..9b2dc51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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