From owner-freebsd-hackers Sun Jul 14 15:56:27 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA07489 for hackers-outgoing; Sun, 14 Jul 1996 15:56:27 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA07484 for ; Sun, 14 Jul 1996 15:56:24 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id IAA08924; Mon, 15 Jul 1996 08:55:26 +1000 Date: Mon, 15 Jul 1996 08:55:26 +1000 From: Bruce Evans Message-Id: <199607142255.IAA08924@godzilla.zeta.org.au> To: freebsd-hackers@FreeBSD.org, j@uriah.heep.sax.de Subject: Re: Preach it (was Some recent changes to GENERIC) Cc: jonny@gaia.coppe.ufrj.br Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >Anyway, pmap.o was just one of the biggest single files (it's about 14 >KB now), but the surprising effect of looking at the size figures is >that the size is really summed up of numerous not-so-large files, >where you wouldn't even get the idea that it will get up to 400 KB >when looking at their sizes. I get the same feeling looking at kernel profiles. There are usually _lots_ of modules each taking up 0.5%-2% and nothing that can be optimized easily. This is partly because all the high spots have already been optimized and partly because there are a lot of layers. Bruce