This is the mail archive of the gcc-patches@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: improve -fnon-call-exceptions wrt local variables


On Wed, Aug 31, 2005 at 11:54:29PM -0400, David Edelsohn wrote:
> 	Should other targets apply similar changes?

Probably.  It depends on how your varargs are implemented.  On ia64,
for instance, setup_incoming_varargs doesn't emit anything.  You don't
need to mark insns emitted with the prologue; just those present with
initial rtl generation.


r~


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