search for: a38a50b8

Displaying 2 results from an estimated 2 matches for "a38a50b8".

2010 Oct 08
0
[LLVMdev] JIT with MC - structure
On Sep 30, 2010, at 9:52 AM, Olivier Meurant wrote: > What do you think ? I've only glanced at it, but it seems like a reasonable start. Hopefully I'll get a bit more time in the next week or so to give a more thorough going-over. -eric
2010 Sep 30
3
[LLVMdev] JIT with MC - structure
Hi LLVM folks, Attached with this email, you will find a patch not directly applicable (it doesn't compile like this) which (try to) enhance the structure of a possible JIT with the MC framework. Basically : - MCJIT : - Main class implementing ExecutionEngine interface - owns and creates : - a MemoryManager (will be a reuse of the JITMemoryManager mechanism) - a MCJITStreamer