Update to gcc-3.4/changes.html regarding profiling...
Jan Hubicka
hubicka@ucw.cz
Thu Jun 5 20:29:00 GMT 2003
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>
More information about the Gcc-patches
mailing list