summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-02-22 19:54:02 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-02-22 19:54:02 (GMT)
commit500f3725690b618dd3947378d069d463ddae2001 (patch)
treeb1f7245def953dd32520401502fbf16b8620d840 /ChangeLog
parent13515e3f357dbe28bc7a0d420aa4c89db2d23561 (diff)
downloadtcl-500f3725690b618dd3947378d069d463ddae2001.zip
tcl-500f3725690b618dd3947378d069d463ddae2001.tar.gz
tcl-500f3725690b618dd3947378d069d463ddae2001.tar.bz2
Optimising [if], [for] and [while] for constant conditions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1cf9fa..3497e86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-02-22 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclCompCmds: [FR 465811]. Optimising [if], [for] and
+ [while] for constant conditions; in addition, [for] and [while]
+ are now compiled with the "loop rotation" optimisation (thanks to
+ Kevin Kenny).
+
2002-02-22 Donal K. Fellows <fellowsd@cs.man.ac.uk>
--- TIP#76 CHANGES ---