This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
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