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]

Re: sjlj eh flow patch



  In message <19971110192354.31792@dot.cygnus.com>you write:
  > The following patch generates more optimal basic block flows when
  > using sjlj by taking into account the fact that we know that longjmp
  > will go through a different path than the original call to setjmp.
  > 
  > It also gets rid of the stupid call to __dummy.  There is one backend
  > that needs to be fixed up because of this (MIPS); I'd been meaning to
  > do it but forgot.  If this patch is accepted for the post-1.00 release
  > I'll finish that bit.
Conceptually it looks OK to me; though I recommend you run it by Jason
since he knows this code pretty well.  Also, it may need updating since
some of that code has likely changed over the last 6 weeks.

Jeff


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