This is the mail archive of the gcc-patches@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: [middle-end, patch 0/9] Ipa-prop overhaul and indirect inlining (PR 9079)


> 
>   6 - Add compiler a option to turn on indirect inlining
>   7 - Create ipa-prop structures when performing indirect inlining
>   8 - Formal parameter use analysis
>   9 - Inlining of indirect calls
> 
> The  last four  patches implement  the new  functionality  of inlining
> indirect calls  if the  target becomes known  as a result  of previous
> inlining. 

The target becomes known by the IPA analysis you do, which avoids needing 
previous inlining, isn't that so ?

> The division into four  patches is not necessary but should
> help understanding the changes.
> 
>

I think adding a testcase, or a simple example of a C++ code would be 
a good idea.

Thanks,
Razya


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