This is the mail archive of the gcc-bugs@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: 1.02 g77 link problem



  In message <11396.199804061928@watt.ex.ac.uk.ex.ac.uk>you write:
  > The value in parentheses is the sample result printed out, the others
  > are the timings. As you can see, we get the same result each time but
  > the version linked under 1.02 is slower. I get much the same result if
  > I halve n and and nv2 so I can't think it's a problem with one version
  > just failing to fit into second level cache level.
  > 
  > I have to say that I find the idea of the same object file running
  > differently rather worrying..
Could be differences in libgcc.a

It might even be the case that differences in libgcc.a have moved
things in the data seg such that some of your arrays are not 
aligned "well", thus the weird performance characteristics.

jeff


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