[PATCH] D21166: [wip] COFF: New symbol table design.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 11:48:30 PDT 2016


ruiu added a comment.

It's interesting that this patch regresses performance even though this approach proved to be effective for the ELF linker. Does it mean the parallel object file parsing is effective for COFF? If so, it may indicate a possible optimization we can make for the ELF linker.


http://reviews.llvm.org/D21166





More information about the llvm-commits mailing list