From owner-freebsd-arch@FreeBSD.ORG Sun Jan 21 21:42:12 2007 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94B5316A400 for ; Sun, 21 Jan 2007 21:42:12 +0000 (UTC) (envelope-from freebsd-arch@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5080813C428 for ; Sun, 21 Jan 2007 21:42:12 +0000 (UTC) (envelope-from freebsd-arch@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H8kRY-0003E9-Ax for freebsd-arch@freebsd.org; Sun, 21 Jan 2007 22:41:40 +0100 Received: from 89-172-46-31.adsl.net.t-com.hr ([89.172.46.31]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Jan 2007 22:41:40 +0100 Received: from ivoras by 89-172-46-31.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Jan 2007 22:41:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-arch@freebsd.org From: Ivan Voras Date: Sun, 21 Jan 2007 22:41:09 +0100 Lines: 52 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigEAA368BA96799C3BF6F3A114" X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 89-172-46-31.adsl.net.t-com.hr User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) X-Enigmail-Version: 0.94.1.2 Sender: news Subject: bzero & bcopy alignment X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jan 2007 21:42:12 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigEAA368BA96799C3BF6F3A114 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Following recent discussion on alignment of bzero() and bcopy(), I've added some statistics collecting code to bzero() and bcopy() for practice (on a RELENG_6 box), and here are the cumulative results for argument alignment: 128: 117190 64: 46495 32: 745178 16: 35313 8: 64580 4: 131045 2: 17969 1: 25099 This is somewhat early after bootup. First number is the alignment, second argument is the number of calls that passed a pointer having the alignment (e.g. there were 131045 instances of arguments which had data aligned to 4 bytes in either bcopy or bzero). After some compiling (start of a buildkernel), the data is: 128: 341440 64: 66812 32: 1020807 16: 75574 8: 192189 4: 266904 2: 44975 1: 36411 If the data is correct, most data seem to be aligned fairly ok. --------------enigEAA368BA96799C3BF6F3A114 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFs939ldnAQVacBcgRAk0tAJ0aqms6W+MzFiqWRYKrLiZ7MuuD9gCg8Udc 2hzU0zV9TLUgjEMiWe8ocUU= =/dCH -----END PGP SIGNATURE----- --------------enigEAA368BA96799C3BF6F3A114--