This is the mail archive of the gcc-help@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]

Re: Optimizations done by -fprofile-use


Thanks Ian.

On Tue, Jul 19, 2011 at 6:55 PM, Ian Lance Taylor <iant@google.com> wrote:
> Asif Musthafa <asifmusthafa@gmail.com> writes:
>
>> I am not looking for the gcc options getting enabled by the flag. But,
>> the actual tweaking happened on my app. Something like which all
>> branches got rearranged etc. Is it possible to get that level of
>> information?
>
> Not in a useful form.
>
> You can use -fdump-tree-all -fdump-rtl-all and look at the generated
> dump files for the branch probabilities.
>
> Ian
>


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