search for: 820774c1

Displaying 2 results from an estimated 2 matches for "820774c1".

Did you mean: 1207741
2016 Dec 22
0
thread safety ExecutionEngine::getFunctionAddress
...ore execution, invoke the parallel > getfunctionaddress() I should be fine right ? Since IR won't be modified > anymore. > > Cheers, > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161222/820774c1/attachment.html>
2016 Dec 20
4
thread safety ExecutionEngine::getFunctionAddress
Hi, I'm trying to speed up the JIT time with llvm (3.9.1). So far i've implemented the object cache, used FastISel and disabled optimizations. Jit time is still too slow for my purpose (I do have a lot of code to Jit). http://llvm.org/docs/ProgrammersManual.html#threads-and-the-jit states that we can invoke ExecutionEngine::getPointerToFunction() concurrently. This function was replaced