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


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 being
  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.

  -Geert



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