Subject: Re: How to compare a kernel built with GCC 3.4.2 and GCC 4.0 (preliminary)
To: Richard Earnshaw <rearnsha@netbsd.org>
From: Vincent <10.50@free.fr>
List: tech-kern
Date: 11/08/2004 20:30:36
Hi !

Richard Earnshaw a écrit :

> That can be misleading.  What does size(1) report?

# size /netbsd
    text    data     bss     dec     hex filename
2673904   66792  266964 3007660  2de4ac /netbsd

# size /netbsd.old
    text    data     bss     dec     hex filename
2732439   66588  266964 3065991  2ec887 /netbsd.old

netbsd is the new GCC 4.0 compiled kernel
netbsd.old is the GCC 3.4 one.

Vincent