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: non-local goto optimization


On Mon, 2007-04-23 at 09:12 +0100, Nathan Sidwell wrote:
> This patch improves non-local goto code generation to not spill unnecessary 
> registers.  This primarily improves SJLJ exception targets (eg vxworks) with 
> lots of caller-save registers (eg Power & MIPS).  It will also improve functions 
> with non-local gotos from nested functions.
I'll note this would also help the PA.  

Jeff



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