[LLVMdev] Importance of VMKit JIT function cache
Sri
emdcdeveloper at gmail.com
Wed Apr 16 04:55:56 PDT 2014
Hi
VMKit JIT has a function cache to store compiled IR code , so, as
soon as method is compiled , it will be stored in to function cache. My
question is , who will use this compiled information from function
cache. Since we are jitting , the llvm translate source code in to
native code and executing them . So, how we relates this function cache
with JIT ?
Thanks
Regards
Sri.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140416/8fcb5dec/attachment.html>
More information about the llvm-dev
mailing list