[LLVMdev] llvm-objdump
Steve King
steve at metrokings.com
Tue Aug 26 14:55:47 PDT 2014
On Tue, Aug 26, 2014 at 12:18 PM, Sean Silva <chisophugis at gmail.com> wrote:
>
> Last I checked (which admittedly was about a year ago), -symbolize had
> significant performance problems on large object files. If those are still
> present, I think you should focus on fixing them before changing the
> default.
>
I haven't tested performance, but you're probably right, The
symbolizing code repeats a linear search for each symbol. There is a
FIXME comment in the loop suggesting to use a map instead.
More information about the llvm-dev
mailing list