Re: [PATCH 3/3] Allow constant global VAR_DECLs in constant jump functions

2016-05-16 Thread Jeff Law
On 05/12/2016 10:09 AM, Martin Jambor wrote: Hi, the following patch adds the final step necessary to perform optimization requested in PR 69708, i.e do indirect inlining of a function passed by value in a structure. It allows jump functions to be aggregate global constant VAR_DECLs, which

[PATCH 3/3] Allow constant global VAR_DECLs in constant jump functions

2016-05-12 Thread Martin Jambor
Hi, the following patch adds the final step necessary to perform optimization requested in PR 69708, i.e do indirect inlining of a function passed by value in a structure. It allows jump functions to be aggregate global constant VAR_DECLs, which enables the constructor-walking code introduced in