This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: has the linker an impact on performance of generated code?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]