From owner-cvs-all Sun Nov 1 16:14:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03498 for cvs-all-outgoing; Sun, 1 Nov 1998 16:14:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03484; Sun, 1 Nov 1998 16:14:51 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA24134; Sun, 1 Nov 1998 16:14:50 -0800 (PST) Date: Sun, 1 Nov 1998 16:14:50 -0800 (PST) Message-Id: <199811020014.QAA24134@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alex 1998/11/01 16:14:50 PST Modified files: sys/alpha/alpha machdep.c Log: Optimize bzero() by unrolling the aligned quadword loop and moving the length manipulation away from the length comparison. Measurements on beast.cdrom.com show >3X improvement over the original code on large block sizes, putting the performance on par with the optimized assembly code in libc. Revision Changes Path 1.20 +14 -2 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message