[LLVMdev] Recommended pattern to use LLVM JIT in a multithreaded application
Eric
eric.yew at gmail.com
Fri Feb 27 13:42:59 PST 2009
Since my last question was a bit long, I'll keep this short:
What is the "best practice" way to use LLVM JIT in a multithreaded
application? I've noticed there can only be one JIT ExecutionEngine present
in the application, and putting the engine in a singleton instance doesn't
seem to work.
Thanks,
Eric Yew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090227/d94f4e08/attachment.html>
More information about the llvm-dev
mailing list