Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

setjmp/longjmp + EH


  • To: cxx-abi-dev@xxxxxxxxxxxxxxxx
  • Subject: setjmp/longjmp + EH
  • From: Chris Lattner <sabre@xxxxxxxxxx>
  • Date: Mon, 15 Sep 2003 13:30:26 -0500 (CDT)

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/