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]

Update to gcc-3.4/changes.html regarding profiling...


Hi,
it is probably good idea to mention the profiling changes so users will
try it.  Nathanel, something is missing/wrong?

Honza

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.24
diff -c -3 -p -r1.24 changes.html
*** changes.html	5 Jun 2003 19:02:19 -0000	1.24
--- changes.html	5 Jun 2003 20:27:04 -0000
***************
*** 34,40 ****
  <h2>General Optimizer Improvements</h2>
  
    <ul>
!     <li></li>
    </ul>
  
    
--- 34,47 ----
  <h2>General Optimizer Improvements</h2>
  
    <ul>
!     <li>Usability of the profile feedback and coverage testing has been improved
!     <ul>
!       <li>Performance of profiled programs has been improved by faster profile merging code
!       <li>Better use of the profile feedback for optimization (loop unrolling and loop peeling)
!       <li>File locking support allowing <code>fork()</code> calls and parallel run of profiled programs
!       <li><code>make profiledbootstrap</code> available to produce faster compiler.
!     </ul>
!     </li>
    </ul>
  
    


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