[llvm-dev] PGO in jit
Ivan Butygin via llvm-dev
llvm-dev at lists.llvm.org
Fri Jan 19 12:08:06 PST 2018
Hi,
Is it possible to use PGO in orc jit? I want to compile some module with
instrumentation, collect statistics and then compile this module again
without instrumentation using collected data, within same process.
What is the proper way to do it?
Thanks,
Ivan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180119/b7c8bd9a/attachment.html>
More information about the llvm-dev
mailing list