This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: has the linker an impact on performance of generated code?
- To: egcs at cygnus dot com
- Subject: Re: has the linker an impact on performance of generated code?
- From: Paolo Losi <losi at altrimedia dot it>
- Date: Tue, 06 Oct 1998 22:59:12 +0000
- References: <199809291706.SAA27336@phal.cygnus.co.uk>
Joern Rennecke wrote:
> This will link the the libraries for gcc-2.7 . In particular, the long long
> remainder / divide is a library function.
> If you hand-code these functions carefully in assembler and link in these
> versions, this will probably get you better performance.
that's was the problem!
I was linking with different libgcc2's...
Thank You
Paolo Losi