[LLVMdev] Status of multi-thread LLVM

陳韋任 (Wei-Ren Chen) chenwj at iis.sinica.edu.tw
Tue Jul 3 09:26:24 PDT 2012


> I want to do a LLVM server which is multi-thread, translating independent LLVM
> IR files per thread in parallel.
> I am curious about the status of multi-thread LLVM. Any replies is appreciated.

  I suppose you want to know LLVM JIT status. If so, please see [1]. There is a
paper using LLVM JIT in parallel [2], you might want to take a look. As for
multithreading LLVM itself, say pipeling LLVM optimization passes, I don't know
what the status is [3].

HTH,
chenwj

[1] http://llvm.org/docs/ProgrammersManual.html#threading
[2] http://groups.inf.ed.ac.uk/pasta/papers/pldi044-bohm.pdf
[3] http://llvm.org/docs/WritingAnLLVMPass.html#SMP

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj




More information about the llvm-dev mailing list