This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
DFA in news on web page
- From: law at redhat dot com
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 30 Apr 2002 11:51:20 -0600
- Subject: DFA in news on web page
- Reply-to: law at redhat dot com
Just a quick note that it was contributed.
Note DFA contribution.
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.301
diff -c -3 -p -r1.301 index.html
*** index.html 26 Apr 2002 11:18:29 -0000 1.301
--- index.html 30 Apr 2002 17:47:36 -0000
*************** and automated testers</a> to maintain an
*** 176,181 ****
--- 176,191 ----
<dl>
+ <dt><b>April 30, 2002</b></dt>
+ <dd>
+ Vladimir Makarov, of <a href="http://www.redhat.com/">Red Hat</a>, has
+ contributed a new scheme for describing processor pipelines (commonly
+ referred to as the DFA scheduler). This
+ new scheme can model certain pipeline architectures more
+ effectively than the old scheme, which in turn can improve the code
+ generated by the compiler.
+ </dd>
+
<dt><b>April 15, 2002</b></dt>
<dd>
The Chill front end (that already was omitted from GCC 3.0) has been removed