--- Additional Comments From dirkjan at magma-da dot com 2007-03-12 08:32
---
Subject: Re: gprof reads executable 10x slower on opteron/x86_64
No.
Just g++ -O3 -gp to compile and just gprof on the executable and
gmon.out. The executable is 100Mb large.
Adding stab debug info in place
--- Additional Comments From amodra at bigpond dot net dot au 2007-03-12
09:01 ---
Ah, yes, it does seem as if the type_info table is stored in reverse order and
accessed from the end. In that case increasing alignment padding should work.
--
http://sourceware.org/bugzilla/show_bug.
On Sun, Mar 11, 2007 at 01:04:15AM +0100, Franck Bourdonnec wrote:
> LD(1)
>
> --emit-relocs
> word -> exececutables
>
> (binutils-2.17)
Already fixed in CVS source, but thanks for the report.
--
Alan Modra
IBM OzLabs - Linux Technology Centre
___