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