This is the mail archive of the gcc@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: using emit_library_call


> No.  Basically only during initial rtl generation.  You can
> sometime get away with emitting calls later on targets that
> pass parameters in registers, but that's sort of accidental.
> For targets that pass parameters on the stack, all calls must
> be emitted before virtual register instantiation.

What would you call "initial rtl generation"?  Where does it end?

Andi.


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