Re: Exception handling tables for function generated on the fly

2008-08-12 Thread Tom Quarendon
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

Exception handling tables for function generated on the fly

2008-08-12 Thread Tom Quarendon
bles need to be in (and indeed I've looked at the assembler generated by the gcc compiler if I code up "magic" and compile it directly), but I don't yet see quite how to put it all together. I imagine that GCJ has do to this ind o