[LLVMdev] Threading support

Chris Lattner sabre at nondot.org
Mon Mar 22 18:38:01 PST 2004


> I've read in the mailing list archives that LLVM isn't able to run threaded
> programs:
> http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-December/000758.html

That is true, the LLVM JIT does not have mutexes to protect it against two
threads that need code generation at the same time.  The static compiler
should be fine.

> Is there a Bugzilla about this that I could CC myself to?  Or should I
> file one?

I don't think there is one, go ahead and file one.  :)

Thanks,

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/




More information about the llvm-dev mailing list