[PATCH] D37626: [ELF] Scan .eh_frame sections precisely in order to eliminate unused LSDAs and personality routines.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 1 19:15:25 PDT 2017


ruiu added a comment.

Yes, https://reviews.llvm.org/D38391 is what I was thinking about. Thank you for creating that patch. Do you know why that is slower than this patch? My wild guess is that it is because https://reviews.llvm.org/D38391 needs to add a lot of pointers to `EhSectionPieces` vectors, but I wonder if that's actually the case.


https://reviews.llvm.org/D37626





More information about the llvm-commits mailing list