[LLVMdev] "Multithreaded LLVM" in "Writing an LLVM Pass"
Lu Mitnick
king19880326 at gmail.com
Mon Oct 8 10:26:21 PDT 2012
Hello all,
I have read the chapter "Writing an LLVM Pass" and noticed that there is a
topic "Multithreaded LLVM". However I have no idea about this. I am
wondering
to know whether the goal of this extension is:
1. Multiple threads handle different modules (Thread : Module = 1 : 1)
or
2. Multiple threads handle one module (Thread : Module = N : 1)
Thanks a lot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121009/25652b8a/attachment.html>
More information about the llvm-dev
mailing list