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-exceptions ICE. simplified test case


  In message <20000427113740.D369C34D9F@nile.gnat.com>you write:
  > On Wed, 26 Apr 2000 21:28:31 -0600, Jeffrey A Law wrote:
  > 
  >   How does this work in the presence of scheduled prologues?  More and more
  >   targets schedule their prologue which results in prologue instructions be
  > ing
  >   mixed with user code (BTW this includes x86).
  > 
  > This does not work well in presence of scheduled prologues. So, in order
  > to support exceptions, you either need tables, or you should not schedule
  > the prologue.
I'd consider not supporting scheduled prologues unacceptable on modern 
processors.  It's a fairly important optimization.

jeff


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