This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] Add news item for mem-ssa


Gerald Pfeifer wrote on 12/29/06 11:57:

Have you considered writing a short (or not so short ;-) extra page htdocs/news/mem-ssa.html and link that page from the announcement or making "improves compile-time and memory utilization" a link to one
of your nice summary mails gcc or gcc-patches? Just an idea, certainly
not a requirement.


Sure.  I've added links to the design document and summary message.
Committed.  Thanks.


Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.588 diff -d -u -p -r1.588 index.html --- index.html 5 Jan 2007 07:36:44 -0000 1.588 +++ index.html 5 Jan 2007 16:42:48 -0000 @@ -45,6 +45,12 @@ mission statement</a>.</p>

<dl class="news">

+<dt>January 5, 2007</dt>
+<dd><a href="http://gcc.gnu.org/wiki/mem-ssa";>Memory SSA</a>, a new
+representation for memory expressions in SSA form has been contributed
+by Diego Novillo of Red Hat.  This new mechanism improves <a
+href="http://gcc.gnu.org/ml/gcc-patches/2006-12/msg00436.html";>compile-times
+and memory utilization</a> by the compiler.</dd>

<dt>January 3, 2007</dt>
<dd>Trevor Smigiel and Andrew Pinski of Sony Computer Enterntainment Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]