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] Update gcc-3.4/changes.html for x86 port


These changes are already in 3.4-BIB, so we don't forget about that :)
Honza
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.3
diff -c -3 -p -r1.3 changes.html
*** changes.html	14 Dec 2002 06:15:57 -0000	1.3
--- changes.html	14 Dec 2002 11:33:02 -0000
***************
*** 58,63 ****
--- 58,72 ----
  <h2>New Targets and Target Specific Improvements</h2>
  
    <ul>
+   <li>The x86 back end has had some noticeable work done to it.
+     <ul>
+       <li>Tuning for K8 core is available via <code>-march=k8</code> and <code>-mcpu=k8</code>
+       <li>Scalar SSE code generation carefully avoids reformatting penalties, hidden dependencies
+ 	  and minimize amount of uops generated on both Intel and AMD CPUs.
+       <li>Conditional jump elimination is now more aggressive on modern CPUs.
+       <li>The Athlon and K8 port have been converted to use the DFA processor pipeline description.
+       <li>Number of other small performance improvements.
+     </ul>
    </ul>
  
  


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