Subject: Re: SymCache optimization (was Re: New ld.elf_so from FreeBSD)
To: Matt Thomas <matt@3am-software.com>
From: Charles Hannum <abuse@spamalicious.com>
List: tech-toolchain
Date: 09/06/2002 03:22:37
> I don't see that.  From libstdc++.so via readelf -a:
...
> Notice that cout is not in adjacent reloc.

Hm, you're right.  The cases I looked at appeared to be adjacent, but
it's not actually sorting.

I guess a combination of both changes is best -- the `combreloc'
change basically costs nothing, and does actually help a bit even
without direct ld(1) support (c.f. all the __pure_virtual lookups it
elided completely).