setjmp/longjmp + EH

Chris Lattner sabre at nondot.org
Mon Sep 15 18:30:26 UTC 2003


I'm curious if any itanium ABI compilers generate calls to longjmp_unwind,
or if they all use the traditional register snapshot/restore
implementation of setjmp & longjmp.  From what I can tell, the GCC
compiler just calls into the system setjmp/longjmp routines.

Do the HP, Intel, or other compilers use longjmp_unwind?

Thanks,

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/




More information about the cxx-abi-dev mailing list