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]

additions to gcc-3.0/features.html


Register renaming and DCE are not mentioned ...

Index: features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/features.html,v
retrieving revision 1.13
diff -c -3 -p -c -r1.13 features.html
*** features.html	2001/05/14 12:30:45	1.13
--- features.html	2001/05/31 05:05:26
***************
*** 15,22 ****
--- 15,25 ----
      <li>New if-conversion pass with support for conditional
          (predicated) execution.</li>
      <li>New tail call and sibling call elimination optimizations.</li>
+     <li>New register renaming pass.</li>
      <li>New (experimental) <a href="../news/ssa.html">static single
          assignment</a> (SSA) representation support.</li>
+     <li>New dead-code elimination pass implemented using the
+         SSA representation.</li>
      <li><a href="../news/null.html">Global null pointer test
          elimination</a>.</li>
      <li><a href="../news/unify.html">Global code


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