Hello all,<div><br></div><div>I have read the chapter "Writing an LLVM Pass" and noticed that there is a </div><div>topic "Multithreaded LLVM". However I have no idea about this. I am wondering</div><div>
to know whether the goal of this extension is:</div><div><br></div><div>1. Multiple threads handle different modules (Thread : Module = 1 : 1)</div><div>or</div><div>2. Multiple threads handle one module (Thread : Module = N : 1)</div>
<div><br></div><div>Thanks a lot</div>