[LLVMdev] Importance of VMKit JIT function cache
Umesh Kalappa
umesh.kalappa0 at gmail.com
Thu Apr 17 09:40:55 PDT 2014
Sri,
No idea about llvm but in general optimizer make use of them.
Umesh
On Wednesday, April 16, 2014, Sri <emdcdeveloper at gmail.com> wrote:
> 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/20140417/1afc07dd/attachment.html>
More information about the llvm-dev
mailing list