guile-devel
[Top][All Lists]
Advanced

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

Re: Exception-safety for C++ code integrated with Guile.


From: Taahir Ahmed
Subject: Re: Exception-safety for C++ code integrated with Guile.
Date: Tue, 24 Feb 2015 13:59:24 -0600
User-agent: KMail/4.14.3 (Linux/3.16.5-gentoo; KDE/4.14.3; x86_64; ; )

Alternatively, it looks like both gcc and clang export the ia64 c++ exception 
api as <unwind.h>.  (Note that it is called "ia64" as a historical artifact, 
since it was originally developed for ia64).

It looks like it should be easy to have some sj/lj wrappers that use the 
system sj/lj for register saving and jumping, and the <unwind.h> interface to 
destroy intermediate frames.

I'll try to hack up a solution based on this.

Taahir

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]