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?


Adam Megacz wrote:

>Okay, so I'm trying to assess the performance implications here. My
>code enters lots of try blocks but almost never throws exceptions
>during normal operation.
>
>Is setjmp() an actuall function call, or syntactic sugar for some
>platform-specific opcode? If the former is the case, does it get
>inlined?
>

Yeah, I think it is usually a macro or a builtin.

regards

Bryce.



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