Displaying 3 results from an estimated 3 matches for "catch_by_type".
2006 Nov 19
1
[LLVMdev] EH and call conversion integration
...mitting EH info for the function.
So what is the status of EH on llvm. I know you emit correct code and do
all kinds of optimisations. So the backends just ignore that code, or
what? Because I have seen from your approach that "all" you have to do
is specify the replacements for throw, catch_by_type and other llvm
internal handler functions.
I have also seen on your personal page that you have some complaints
about current EH system, will this effect this work (for example, will
it have to be rewritten when the EH system is rewritten)?
>
> -Chris
>
> ---------------------------...
2006 Nov 19
0
[LLVMdev] EH and call conversion integration
On Sat, 18 Nov 2006, [ISO-8859-2] Žiga Osolin wrote:
> I am currently trying to make EH (exception handling) possible to be
> integrated in C++. This means that C++ code can throw exceptions and
> llvm code can catch such exception and llvm can throw exceptions that
> C++ can catch (or pass through). There are quite some difficulties with
> approach:
Cool! This is the major
2006 Nov 18
2
[LLVMdev] EH and call conversion integration
Hello!
I am currently trying to make EH (exception handling) possible to be
integrated in C++. This means that C++ code can throw exceptions and
llvm code can catch such exception and llvm can throw exceptions that
C++ can catch (or pass through). There are quite some difficulties with
approach:
* I must write ABI specific backends for EH. Since we support Visual
Studio and GCC, two