This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] Add news item for mem-ssa
- From: Diego Novillo <dnovillo at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org, Gerald Pfeifer <gerald at pfeifer dot com>
- Date: Fri, 15 Dec 2006 16:44:24 -0500
- Subject: [wwwdocs] Add news item for mem-ssa
Adds an entry for mem-ssa on the news page. The contribution is still
missing a couple of things, but the most significant aspects of it are
already in mainline.
Gerald, should we wait for the whole thing to be ready before
announcing?
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.585
diff -d -u -p -r1.585 index.html
--- index.html 19 Nov 2006 15:57:55 -0000 1.585
+++ index.html 15 Dec 2006 21:43:27 -0000
@@ -45,6 +45,12 @@ mission statement</a>.</p>
<dl class="news">
+<dt>December 11, 2006</dt>
+<dd>Memory SSA, a new representation for memory expressions in SSA
+form has been contributed by Diego Novillo of Red Hat. This new
+mechanism improves compile-times and memory utilization by the
+compiler.</dd>
+
<dt>September 5, 2006</dt>
<dd>A forward propagation pass on RTL was contributed by
Paolo Bonzini of University of Lugano, and Steven Bosscher