[lld] r281754 - Recommit r281721 "[ELF] - Linkerscript: implement EXCLUDE_FILE in the middle of a input section description."

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 13:07:07 PDT 2016


>I didn't read the entire patch yet, but why did you use <list>? It is a doubly-linked list and slower than the vector, so you don't >want to use it unless you really want doubly-linked lists.

Please look at my comment about this at review page, it is a workaround for compiler bug. No difference with list here in plan of speed because 99% of time this container has single element.

George.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160916/6563a48a/attachment.html>


More information about the llvm-commits mailing list