This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: patch to check ld
- To: libstdc++ at sources dot redhat dot com
- Subject: Re: patch to check ld
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 26 Jul 2000 12:12:29 -0700 (PDT)
FYI this is the snippet of email that prompted the decision to add the flags:
> GNU ld does try to mitigate the problem by adapting the hash table
> size (and thus hash key modulus) to minimize hash collisions, chain
> length, and number of pages in the hash table. It's pretty slick.
But you have to add -O1 to the linker line which most people don't do
(not -O1 on the compiler line).