Displaying 1 result from an estimated 1 matches for "62e73f0c".
2016 Jun 02
2
New to LLVM, need some help with JIT
Hi,
I'm a grad student working on a C++11 project and I have no compiler
background. I apologize for asking basic questions here.
Currently I'm looking for ways to optimize my code and as a starting point
I wanted to experiment with loop unrolling and further I might consider
function in-lining . I have been introduced to JIT compiler of LLVM and the
possible application of it in my