This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Exception handling tables for function generated on the fly


Sorry if I chose the wrong list...

It's OT for this list, but the LLVM JIT can generate DWARF EH information on the fly. This is used by the LLVM Java and .NET VM/runtimes: http://vmkit.llvm.org/


I have also posted similar question to LLVM list. Haven't yet been able to check whether LLVM does in fact generate the exception handling tables on the fly or not, so I thought I'd post here too. Certianly LLVM appears to do exactly what I'm wanting to do, but I'm not sure yet how to construct an example of what I'm trying to do to see quite how it achieves it.
Sounds like I'll restrict myself to LLVM list for information.



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]