This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: documentation on "sjlj exceptions", DWARF2, etc?



Jeff Sturm <jsturm@one-point.com> writes:
> The advantages of sjlj EH is a simpler, more portable
> implementation, and smaller size.  The primary disadvantage is
> performance: it incurs some cost even if no exception is never
> thrown.

How bad is the performance hit? Is it one instruction (saving a jump
address), or is there some register-saving involved even if an
exception never gets thrown?

  - a


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