Subject: How to compare a kernel built with GCC 3.4.2 and GCC 4.0 (preliminary)
To: None <tech-kern@netbsd.org>
From: Vincent <10.50@free.fr>
List: tech-kern
Date: 11/08/2004 16:55:38
Hi,

the last snapshot of GCC 4.0 compiles the NetBSD kernel correctly, if 
some warnings regarding signedness compatibility between some pointers 
are ignored and two errors fixed by changing an extern declaration into 
a static one.

I was wondering, now that I have available a kernel built with GCC 4.0 
(and the new option -combine) and one with GCC 3.3 how I could compare 
the throughput of the two kernels ?

Any ideas ?

Thanks !
Vincent