[llvm-commits] [llvm] r95837 - in /llvm/trunk: docs/ReleaseNotes.html lib/ExecutionEngine/JIT/JIT.cpp lib/ExecutionEngine/JIT/JIT.h lib/ExecutionEngine/JIT/JITEmitter.cpp unittests/ExecutionEngine/JIT/MultiJITTest.cpp

Chris Lattner clattner at apple.com
Wed Feb 10 19:11:41 PST 2010


On Feb 10, 2010, at 5:07 PM, Jeffrey Yasskin wrote:

> Author: jyasskin
> Date: Wed Feb 10 19:07:39 2010
> New Revision: 95837
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=95837&view=rev
> Log:
> Make it possible to create multiple JIT instances at the same time, by removing
> the global TheJIT and TheJITResolver variables.  Lazy compilation is supported
> by a global map from a stub address to the JITResolver that knows how to
> compile it.
> 
> Patch by Olivier Meurant!

Nice!



More information about the llvm-commits mailing list