This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gold][patch] Demangle a symbol only once per Version_script_info::get_symbol_version_helper call


Currently, this function is called for each version script entry. For
libkhtml in KDE 3.5.10, this increased the CPU time by 50%.

2009-01-31  Mikolaj Zalewski  <mikolajz@google.com>
	* script.cc (Lazy_demangler): New class
        (Version_script_info::get_symbol_version_helper): Demangle a
symbol only once.

Attachment: 0001-Demangle-a-symbol-only-once-per-Version_script_info-get_symbol_version_helper-call.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]