summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-09-10 12:48:34 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-09-10 12:48:34 (GMT)
commit7ae4115a5e7d953245963c4287ad342e9c0f54ba (patch)
tree2e5183af73491bbe7705551e34535bf3d2aaea95 /ChangeLog
parent3b09378118bfed68006ac0cb3e3dc2c5abbe04e4 (diff)
downloadtcl-7ae4115a5e7d953245963c4287ad342e9c0f54ba.zip
tcl-7ae4115a5e7d953245963c4287ad342e9c0f54ba.tar.gz
tcl-7ae4115a5e7d953245963c4287ad342e9c0f54ba.tar.bz2
* generic/tclExecute.c (INST_CONCAT1): added a peephole
optimisation for concatting an empty string. This enables replacing the idiom 'K $x [set x {}]' by '$x[set x {}]' for fastest execution.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f859f54..f0fd156 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-09-10 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c (INST_CONCAT1): added a peephole
+ optimisation for concatting an empty string. This enables
+ replacing the idiom 'K $x [set x {}]' by '$x[set x {}]' for
+ fastest execution.
+
2004-09-09 David Gravereaux <davygrvy@pobox.com>
* win/tclWinConsole.c: Calls to WriteFile and WriteConsoleA