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]

[wwwdocs] Mention cgraph stuff in news/changes?


Gerald has said he would like to see big changes mentioned on the web. 
Assuming the cgraph work is worth mentioning, how about this?

Gr.
Steven

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.385
diff -c -3 -p -r1.385 index.html
*** index.html	12 Jul 2003 01:14:40 -0000	1.385
--- index.html	13 Jul 2003 10:58:51 -0000
*************** to maintain and improve quality.</p>
*** 89,94 ****
--- 89,102 ----
  
  <dl>
  
+ <dt><b>July 12, 2003</b></dt>
+ <dd>
+ Jan Hubicka of SuSE has contributed support for call graph based
+ out-of-order inlining to the tree inlining infrastructure.  This
+ will be enabled by default at <code>-O3</code> in the GCC 3.4
+ release.
+ </dd>
+ 
  <dt><b>June 26, 2003</b></dt>
  <dd>
  Ben Elliston of Wasabi Systems, Inc. has converted the existing ARM
Index: gcc-3.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.32
diff -c -3 -p -r1.32 changes.html
*** gcc-3.4/changes.html	5 Jul 2003 00:55:40 -0000	1.32
--- gcc-3.4/changes.html	13 Jul 2003 10:58:53 -0000
***************
*** 48,53 ****
--- 48,56 ----
            compiler.</li>
      </ul>
      </li>
+     <li>Inlining heuristics for C, ObjC, C++ and Java have been improved
+         significantly.  Call graph based out-of-order inlining is now
+         enabled by default at <code>-O3</code>.</li>
    </ul>
  
    

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