Re: Question on -fopt-info-inline

2018-07-10 Thread Qing Zhao
> On Jul 10, 2018, at 11:32 AM, Richard Biener > wrote: > > On July 10, 2018 5:42:40 PM GMT+02:00, Qing Zhao wrote: >> Hi, David, >> >> thanks a lot for your information. very helpful. >> >> specifically, I am mostly interested in the inline report part of the >> opt-info: >> >> 1. what’s

Re: Question on -fopt-info-inline

2018-07-10 Thread Richard Biener
On July 10, 2018 5:42:40 PM GMT+02:00, Qing Zhao wrote: >Hi, David, > >thanks a lot for your information. very helpful. > >specifically, I am mostly interested in the inline report part of the >opt-info: > >1. what’s the current status of inlining report through opt-info? >(with the upstream GCC

Re: Question on -fopt-info-inline

2018-07-10 Thread Qing Zhao
Hi, David, thanks a lot for your information. very helpful. specifically, I am mostly interested in the inline report part of the opt-info: 1. what’s the current status of inlining report through opt-info? (with the upstream GCC last week, the -fopt-info-inline report nothing) 2. what’s the pl

Re: Question on -fopt-info-inline

2018-07-05 Thread David Malcolm
On Thu, 2018-07-05 at 13:04 -0600, Jeff Law wrote: > On 07/05/2018 09:27 AM, Qing Zhao wrote: > > > > > On Jul 3, 2018, at 7:19 PM, Jeff Law > > > wrote: > > > > > > On 07/03/2018 12:28 PM, Qing Zhao wrote: > > > > > > > > > > > > > > > > > > > > > > > > In order to co

Re: Question on -fopt-info-inline

2018-07-05 Thread Jeff Law
On 07/05/2018 09:27 AM, Qing Zhao wrote: > >> On Jul 3, 2018, at 7:19 PM, Jeff Law > > wrote: >> >> On 07/03/2018 12:28 PM, Qing Zhao wrote: >>> > >> >> In order to collect complete information on all the inlining >> transformation that GCC applies on a give

Re: Question on -fopt-info-inline

2018-07-05 Thread Qing Zhao
> On Jul 3, 2018, at 7:19 PM, Jeff Law wrote: > > On 07/03/2018 12:28 PM, Qing Zhao wrote: >> > > In order to collect complete information on all the inlining > transformation that GCC applies on a given program, > I searched online, and found that the option -fopt-info-

Re: Question on -fopt-info-inline

2018-07-03 Thread Jeff Law
On 07/03/2018 12:28 PM, Qing Zhao wrote: > >>> In order to collect complete information on all the inlining transformation that GCC applies on a given program, I searched online, and found that the option -fopt-info-inline might be the right option to use: https:

Re: Question on -fopt-info-inline

2018-07-03 Thread Qing Zhao
>> >>> >>> In order to collect complete information on all the inlining >>> transformation that GCC applies on a given program, >>> I searched online, and found that the option -fopt-info-inline might be >>> the right option to use: >>> >>> https://gcc.gnu.org/onlinedocs/gcc/Developer-Options.

Re: Question on -fopt-info-inline

2018-07-03 Thread Qing Zhao
> On Jul 3, 2018, at 11:48 AM, Richard Biener > wrote: > > On July 3, 2018 6:01:19 PM GMT+02:00, Qing Zhao > wrote: >> Hi, >> >> In order to collect complete information on all the inlining >> transformation that GCC applies on a given program, >> I searched onli

Re: Question on -fopt-info-inline

2018-07-03 Thread Richard Biener
On July 3, 2018 6:01:19 PM GMT+02:00, Qing Zhao wrote: >Hi, > >In order to collect complete information on all the inlining >transformation that GCC applies on a given program, >I searched online, and found that the option -fopt-info-inline might be >the right option to use: > >https://gcc.gnu.org

Question on -fopt-info-inline

2018-07-03 Thread Qing Zhao
Hi, In order to collect complete information on all the inlining transformation that GCC applies on a given program, I searched online, and found that the option -fopt-info-inline might be the right option to use: https://gcc.gnu.org/onlinedocs/gcc/Developer-Options.html