palpar <palpa...@gmail.com> writes:

> 1. How can I tell from the RTL declaration of a function if it is
> declared INLINE of not?

You have to look at the tree decl, at DECL_DECLARED_INLINE_P.

> 2. Where is the code responsible for allocating those variables on the
> stack which don't fit in registers (needed to fix debug info
> generation)?

Look for calls to assign_stack_temp, assign_temp, and friends.

Ian

Reply via email to