aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-03-26 09:50:18 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2009-03-26 09:50:18 +0000
commit00b605a1d52696b055dd232a05dd54a312680b93 (patch)
tree7ebbd57e1d7c60e8b52e07526617c1aa30f3740f /Changelog
parentc90abe06d110eb9c39b941792d896c741dc851dd (diff)
downloadcompcert-00b605a1d52696b055dd232a05dd54a312680b93.tar.gz
compcert-00b605a1d52696b055dd232a05dd54a312680b93.zip
Added tail call optimization pass
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1015 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 00669f5e..5e1ac53b 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+- New optimization over RTL: turning calls into tail calls when possible.
+
+
Release 1.3, 2008-08-11
=======================