search for: d0fc9020

Displaying 1 result from an estimated 1 matches for "d0fc9020".

2014 Dec 29
4
[LLVMdev] Caching ExecutionEngine / MCJIT
Hello everyone, I need some advises about (re)using ExecutionEngine with MCJIT as a driver. I'm developing a service that receives a piece of high-level code, compiles it into LLVM IR function "main" and uses MCJIT to execute the function. It can happen that the same piece of code is sent to the service many times. I would like to cache the results (keep generated machine code