[llvm-dev] LLD status update and performance chart

Rafael Avila de Espindola via llvm-dev llvm-dev at lists.llvm.org
Sun Dec 18 07:08:25 PST 2016


George Rimar <grimar at accesssoftek.com> writes:

>>I am on PTO, so slow to respond.
>>
>>Some items that are left:
>>
>>* Debug fission
>>* Single file debug fission
>>* Range extension thunks
>>* All of freebsd links and works
>>* Very good performance when all that is in
>
> Looks we have initial version of debug fusion implemented. 
> r289790, r289810 commits from yesterday did the rest of main job I believe.
> I do not know what is "Single file debug fission" ? (quick googling gives nothing and I never heard about that before I think)

The idea is to design and implement a way to keep the .dwo data in the
same file as the .o. Having two files is nice for a cluster build, but
not for a local build with ccache.

Cheers,
Rafael


More information about the llvm-dev mailing list