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]

Re: [PATCH gold/21066] Consider C++ exception handling metadata during ICF


> +  typedef std::multimap<Section_id, Extra_identity_info> Extra_identity_list;
>
> Should use Unordered_multimap.

Oops, never mind this comment -- I didn't note the use of
multimap::equal_range(), so of course it needs to be a sorted
multimap.

-cary


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