This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH gold/21066] Consider C++ exception handling metadata during ICF
- From: Cary Coutant <ccoutant at gmail dot com>
- To: Joshua Oreman <oremanj at hudson-trading dot com>
- Cc: Binutils <binutils at sourceware dot org>
- Date: Thu, 9 May 2019 08:19:08 -0700
- Subject: Re: [PATCH gold/21066] Consider C++ exception handling metadata during ICF
- References: <CAKKg2YOHOrST5oJ1yik4u3YNsgH=JBYY_7fe5tQcNK8p_YmywQ@mail.gmail.com> <CAJimCsHH94YBQVQSoCJre=OjnstqsgHDZTTVKKAUGOepx6y8mQ@mail.gmail.com> <CAKKg2YNGnB5SD7ov1agui3xtSeEhkQ7sOMtgahjkSEPCe0Bftw@mail.gmail.com> <CAKKg2YPzZTAv=FTT4GzMdT0d=-0DD1=0Dy-sBYfDvSZ9z60JGQ@mail.gmail.com> <CAJimCsE7e-DD-QtdvGkG7BqE7DQNKmfWvpXBozCYa4MFRTGm5A@mail.gmail.com>
> + 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