[PATCH] D86435: Profiling the code generated by MCJIT engine using Intel VTune profiler
Jim Ingham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 20 11:05:17 PDT 2020
jingham added a comment.
I don't know how this JIT Profiling code is wired into the regular JIT mechanism. I assume it is opt-in, in which case it shouldn't have any effect on expression parsing. If it isn't opt in, we should have a way to opt out on the "don't do work whose outcome you don't care about" principle.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86435/new/
https://reviews.llvm.org/D86435
More information about the llvm-commits
mailing list