summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-09-10 15:30:01 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-09-10 15:30:01 (GMT)
commitb94a66126401085879ed9e146d694bda9416a37d (patch)
tree269aa3736a882e762fde8fc0e6cd871aafbc041b /ChangeLog
parent045fc77ff4e4fe4a8733883a90adc96d68fc6547 (diff)
downloadtcl-b94a66126401085879ed9e146d694bda9416a37d.zip
tcl-b94a66126401085879ed9e146d694bda9416a37d.tar.gz
tcl-b94a66126401085879ed9e146d694bda9416a37d.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 79ed580..bdf84bd 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 Don Porter <dgp@users.sourceforge.net>
* generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty