[LLVMdev] Caching ExecutionEngine / MCJIT

Charlie Turner charlesturner7c5 at gmail.com
Mon Dec 29 06:52:05 PST 2014


On 29 December 2014 at 14:47, Paweł Bylica <chfast at gmail.com> wrote:
> Hi Charlie,
>
> Thanks for your response. I've already implemented object caching as
> described in the article. It works great, but it was designed for caching
> between process runs. When I'm using it now I still need to create LLVM
> module (compile my code), copy some memory buffers from cache and do symbol
> relocation. It saves time needed for machine code generation (huge gain) but
> I believe I can do better.

Ah, sorry for the noise, I'm sure someone else here will have some advice!

Kind regards,
Charlie.




More information about the llvm-dev mailing list