Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA26356; Mon, 22 Jan 96 06:55:46 EST
Received: from halloran-eldar.lcs.mit.edu by MIT.EDU with SMTP
	id AA10890; Mon, 22 Jan 96 06:55:42 EST
Received: from freefall.FreeBSD.ORG by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM)
	id AA25130; Mon, 22 Jan 1996 06:55:34 -0500
Received: from localhost (daemon@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA24860
          Mon, 22 Jan 1996 01:50:16 -0800 (PST)
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.3/8.7.3) id BAA24512
          for hackers-outgoing; Mon, 22 Jan 1996 01:46:50 -0800 (PST)
Received: from Root.COM (implode.Root.COM [198.145.90.17])
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA24486
          for <freebsd-hackers@freefall.FreeBSD.org>; Mon, 22 Jan 1996 01:46:44 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id BAA14112; Mon, 22 Jan 1996 01:45:25 -0800
Message-Id: <199601220945.BAA14112@Root.COM>
X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol
To: "Amancio Hasty Jr." <hasty@rah.star-gate.com>
Cc: Rob Mallory <rmallory@wiley.csusb.edu>,
        freebsd-hackers@freefall.FreeBSD.org
Subject: Re: stanford benchmark/usenix 
In-Reply-To: Your message of "Mon, 22 Jan 1996 00:05:45 PST."
             <199601220805.AAA02052@rah.star-gate.com> 
From: David Greenman <davidg@root.com>
Reply-To: davidg@root.com
Date: Mon, 22 Jan 1996 01:45:25 -0800
Sender: owner-hackers@FreeBSD.org
Precedence: bulk

>Do we have pentium optimized bcopy and bzero ?
>
>Because some of the benchmarks could clearly benefit from them.

   After reading the Usenix paper on OS performance on Pentium machines, I'm
inclined to add optimized code to our libc. Basically, get the processor type
(probably via sysctl) and use this to control which versions are called -
similar to what I recently did with bzero in the kernel.
   ...This is fairly low priority, however, so won't likely happen for a few
months.

-DG

David Greenman
Core Team/Principal Architect, The FreeBSD Project
