Re: mipsel/cobalt: GCC producing extremely slow code
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Nov 29, 2021 at 12:15:22PM -0700, ict wrote: > Any ideas of how I can dig further into this? This may be a stupid question, but how is time ticking on the machine? Do the "fast" binaries run fast after a reboot too? Have you (roughly) compared the timing values to wall clock time? The compiler creating different binaries from the same sources would be quite strange, but things like a clock being off by a factor of 100 or more depending on some strange event would seriously mess up the benchmark results. Martin