Re: [BENCHMARK] gcc3.2 v 2.95.3 (contest and linux-2.5.38)

From: Andrew Morton (akpm@digeo.com)
Date: Sun Sep 22 2002 - 22:41:51 EST


Con Kolivas wrote:
>
> I performed contest benchmarks on kernel 2.5.38 when the kernel is compiled with
> gcc3.2 to gcc2.95.3
>
> warning: The following benchmarks may be disturbing to some viewers:
>
> No Load:
> Kernel Time CPU
> 2.5.38 68.25 99%
> 2.5.38-gcc32 103.03 99%
>

Try gcc-2.91.66. It might break the 45 second mark.

> IO Full Load:
> Kernel Time CPU
> 2.5.38 170.21 42%
> 2.5.38-gcc32 1405.25 8%

The streaming write is stalling gcc's read for long enough for gcc's
working set to be evicted. And the working set cannot be reestablished
because the streaming write prevents it. Meltdown.

I have fixed this. Hang around.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Sep 23 2002 - 22:00:38 EST