documentation on "sjlj exceptions", DWARF2, etc?
Bryce McKinlay
bryce@waitaki.otago.ac.nz
Tue Dec 11 17:58:00 GMT 2001
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.
More information about the Java
mailing list