[PATCH] D49607: [ELF] Check eh_frame_hdr overflow with PC offsets instead of PC absolute addresses
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 20 11:02:14 PDT 2018
ruiu added a comment.
Can you investigate how many FdeData are instantiated for common exception-heavy large programs? If it is not that many (so that we don't have to optimize), we could just include Fde->Sec to all FdeData.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D49607
More information about the llvm-commits
mailing list