Displaying 1 result from an estimated 1 matches for "389dfa77".
2013 Oct 07
1
[LLVMdev] llvm jit
So, what is the use of the profile passes in LLVM?
Also, does llvm detect hot blocks of code for recompilation?
On Mon, Oct 7, 2013 at 4:44 PM, Amara Emerson <amara.emerson at arm.com> wrote:
> No, the JIT does not do any profile guided optimizations for any
> architecture. It just uses the static compilation components before loading
> the object into memory and running its own