Re: Inlining Decision Priority Function.

2015-09-12 Thread David Edelsohn
Ajit, As a start, look at the Inliner section of Honza's Status of Interprocedural Optimizers presentation from Cauldron 2013. https://gcc.gnu.org/wiki/cauldron2013?action=AttachFile&do=view&target=Status_of_interprocedural_optimizers.pdf - David On Sat, Sep 12, 2015 at 4:36 AM, Ajit Kumar Aga

Inlining Decision Priority Function.

2015-09-12 Thread Ajit Kumar Agarwal
All: Inlining decisions that reduces the formulation of callee's stacks frame and including the callee in the caller context increases The performance. The priority function of Inlining decisions can be calculated as follows considering the following. 1. Level nest of the callee. 2. code size