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:

>So DWARF2 and SJLJ are two different "EH personalities"?
>

Not really: Java and C++ are two different EH personalities. CNI code 
actually uses the Java personality, because the C++ compiler switches to 
Java exceptions when it sees #pragma java_exceptions or some such.

Dwarf2 and SJLJ are the two different implementations of the generic EH 
framework.

regards

Bryce.




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