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



On Aug 12, 2008, at 10:55 AM, Tom Tromey wrote:


"Tom" == Tom Quarendon <tom@quarendon.net> writes:

Tom> I imagine that GCJ has do to this ind of thing?


FWIW, libgcj does not include a JIT compiler.
So, no solution there, sorry.

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/


If you have questions, please follow up on the LLVMdev list:
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

-Chris


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