[LLVMdev] Can WriteBitcodeToFile be parallelized?

Yuri yuri at rawbw.com
Mon Mar 31 12:35:39 PDT 2014


This function (understandably) takes quite a long time, because it has 
to go through each function in module and write its binary.
But it probably can be parallelized if different threads would write 
binaries separately, and then merge them together.

Is this implemented or planned?

Yuri



More information about the llvm-dev mailing list