[llvm-dev] Designing on-disk ObjectCache for JIT

Paweł Bylica via llvm-dev llvm-dev at lists.llvm.org
Thu Aug 18 13:23:08 PDT 2016


Hi Lang, LLVM,

Do you have any suggestions about implementing on-disk ObjectCache for
MCJIT/Orc? Anyone is able to point me to / share some existing code?

I also noticed that recently "cache pruning" support was added to LLVM
(ported from clang) [1]. Is it good idea to extent it to also manage saving
and loading objects to disk and create full-featured on-disk cache engine?

[1] https://reviews.llvm.org/D18422

- Paweł
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160818/32196d58/attachment.html>


More information about the llvm-dev mailing list