[PATCH] D15564: [ELF] - Optimize .eh_frame section: remove CIE if all FDEs referencing it were removed.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 10:17:18 PST 2016


grimar added a comment.

In http://reviews.llvm.org/D15564#319615, @llvm-commits wrote:

> This patch does not particularly seem that it has a negative impact on
>  performance. It is reasonable to see only noises when comparing
>  performances before and after this patch. I believe Rafael left the note
>  for "just in case".
>
> - F1282659: msg-5926-459.txt <http://reviews.llvm.org/F1282659>


Thats probably true. And I still have plan to improve the test before re-commiting this.


Repository:
  rL LLVM

http://reviews.llvm.org/D15564





More information about the llvm-commits mailing list