Some GCC porting questions
Ian Lance Taylor
iant@google.com
Tue Oct 27 03:45:00 GMT 2009
palpar <palparni@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
More information about the Gcc
mailing list