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: Question on fixup_abnormal_edges


On Wed, Oct 16, 2002 at 11:55:34AM +0200, Jan Hubicka wrote:
> This is interesting.  Richard told me when I was working on reg-stack
> that the variables live across EH edges and not in registers.
> 
> Perhaps this is just because stack registers are not live across the
> calls after regalloc, but then it would be wrong at least for Java
> non-call-exceptions.

No, there's code to explicitly suppress STACK_REGS across
all abnormal edges, including non-call EH edges.


r~


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