[PATCH] D72486: Add ThinLtoJIT example

Praveen Velliengiri via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 21:53:20 PST 2020


Hi,
I didn't gone through the commit fully,Sorry. But I have one question,
whether you're compiling all the callees of the function ahead of time or
you select some of the callees of the function ahead of time?

On Thu, 16 Jan 2020 at 03:48, Stefan Gränitz via Phabricator <
reviews at reviews.llvm.org> wrote:

> sgraenitz updated this revision to Diff 238368.
> sgraenitz added a comment.
>
> Avoid concurrent addModule() calls, improve ranking algorithm in
> discovery, add multi-threaded bitcode parsing
>
>
> Repository:
>   rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D72486/new/
>
> https://reviews.llvm.org/D72486
>
> Files:
>   llvm/examples/CMakeLists.txt
>   llvm/examples/ThinLtoJIT/CMakeLists.txt
>   llvm/examples/ThinLtoJIT/ThinLtoDiscoveryThread.cpp
>   llvm/examples/ThinLtoJIT/ThinLtoDiscoveryThread.h
>   llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.cpp
>   llvm/examples/ThinLtoJIT/ThinLtoInstrumentationLayer.h
>   llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
>   llvm/examples/ThinLtoJIT/ThinLtoJIT.h
>   llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.cpp
>   llvm/examples/ThinLtoJIT/ThinLtoModuleIndex.h
>   llvm/examples/ThinLtoJIT/bench
>   llvm/examples/ThinLtoJIT/main.cpp
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200116/5acdbba7/attachment.html>


More information about the llvm-commits mailing list