diff mbox

[i386] : Add for win32 targets pre-prologue profiling feature

Message ID AANLkTikTcgTNVV2vZnYUQ0mt=SeDYOPXsWGCVW-_QOLq@mail.gmail.com
State New
Headers show

Commit Message

Kai Tietz July 28, 2010, 6:04 p.m. UTC
2010/7/18 Gerald Pfeifer <gerald@pfeifer.com>:
> On Sun, 18 Jul 2010, Kai Tietz wrote:
>> Something like this?
>
> +       <li>Support of emitting profiler counter call before prologue via
> +       command line option <code>-mfentry</code>.</li>
>
> How about
>
>  <li>Support for emitting profiler counter calls before function
>  prologues.  This is enabled via a new command-line option
>  <code>-mfentry</code>.</li>
>
> ?
>
> If this, or a variation, is fine with you, let's give Richard a day or
> two to comment and then go ahead and commit.
>
> Thanks,
> Gerald
>

Ok, added changelog entry as


Regards,
Kai
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.33
diff -u -3 -r1.33 changes.html
--- changes.html        24 Jul 2010 19:37:48 -0000      1.33
+++ changes.html        28 Jul 2010 18:02:55 -0000
@@ -200,7 +200,9 @@ 

 <h3>IA-32/x86-64</h3>
   <ul>
-    <li>...</li>
+       <li>Support for emitting profiler counter calls before function
+       prologues.  This is enabled via a new command-line option
+       <code>-mfentry</code>.</li>
   </ul>

 <h3>MIPS</h3>