Displaying 3 results from an estimated 3 matches for "singatures".
Did you mean:
signatures
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 19
1
[LLVMdev] EH and call conversion integration
...st be able to match type
IDs so the C++ and JIT code can comunicate.
Many other project would probably also require C++ JIT code to actually
interact with compiled C++ code (at least with GCC which is portable).
However, the compatibility on Visual studio is another question because
the method singatures are different. And to make this actually work, I
will probably use mingw on windows too (and compile my application
either with llvm-gcc or gcc, will see how it will work).
>
>> I think with all these problems (and more are likely to arise), I don't
>> know if it still makes se...
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