From patchwork Wed Jul 28 18:04:29 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [i386] : Add for win32 targets pre-prologue profiling feature Date: Wed, 28 Jul 2010 08:04:29 -0000 From: Kai Tietz X-Patchwork-Id: 60165 Message-Id: To: Gerald Pfeifer Cc: Richard Henderson , Andi Kleen , gcc-patches@gcc.gnu.org 2010/7/18 Gerald Pfeifer : > On Sun, 18 Jul 2010, Kai Tietz wrote: >> Something like this? > > +      
  • Support of emitting profiler counter call before prologue via > +       command line option -mfentry.
  • > > How about > >  
  • Support for emitting profiler counter calls before function >  prologues.  This is enabled via a new command-line option >  -mfentry.
  • > > ? > > 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 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 @@

    IA-32/x86-64

      -
    • ...
    • +
    • Support for emitting profiler counter calls before function + prologues. This is enabled via a new command-line option + -mfentry.

    MIPS