[PATCH] D20272: [ELF] - Support of compressed input sections implemented.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sun May 15 16:07:18 PDT 2016


ruiu added a comment.

It's also worth to mention that you could utilize multiple cores if you uncompress sections in writeTo() since writeTo() is parallelized for each input section when --thread is given. Since uncompressing gzipped data is fairly CPU intensive task, I'd expect it would make the linker noticeable faster when handling compressed sections.


http://reviews.llvm.org/D20272





More information about the llvm-commits mailing list