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: Cost of having try-catch statements?


Ranjit Mathew writes:
 > 
 > GCC builds for Windows from MinGW (www.mingw.org) however
 > use SJLJ (setjmp-longjmp) based exception handling which
 > does involve an overhead even in the "normal" case. This
 > is needed at the moment to correctly unwind over a Windows
 > events callback stack.

Eh.  Maybe my mind is going, but I thought I'd seen a patch to unwind
over Windows callbacks.

Andrew.


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