<div dir="ltr">You should do some measurement and try to find the bottleneck. Without knowing the bottleneck it's hard to know whether threading will even speed things up.<div><br></div><div>-- Sean Silva</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Mar 31, 2014 at 3:35 PM, Yuri <span dir="ltr"><<a href="mailto:yuri@rawbw.com" target="_blank">yuri@rawbw.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This function (understandably) takes quite a long time, because it has to go through each function in module and write its binary.<br>
But it probably can be parallelized if different threads would write binaries separately, and then merge them together.<br>
<br>
Is this implemented or planned?<span class="HOEnZb"><font color="#888888"><br>
<br>
Yuri<br>
______________________________<u></u>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a> <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvmdev</a><br>
</font></span></blockquote></div><br></div>