From owner-freebsd-hackers Sat Aug 2 00:54:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA09890 for hackers-outgoing; Sat, 2 Aug 1997 00:54:15 -0700 (PDT) Received: from bugs.us.dell.com (bugs.us.dell.com [143.166.169.147]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id AAA09885 for ; Sat, 2 Aug 1997 00:54:11 -0700 (PDT) Received: from ant.us.dell.com (ant.us.dell.com [198.64.66.34]) by bugs.us.dell.com (8.6.12/8.6.12) with SMTP id CAA27456; Sat, 2 Aug 1997 02:51:37 -0500 Message-Id: <3.0.2.32.19970802024954.006dfb1c@bugs.us.dell.com> X-Sender: tony@bugs.us.dell.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.2 (32) Date: Sat, 02 Aug 1997 02:49:54 -0500 To: FreeBSD Mailing List , Tom Samplonius From: Tony Overfield Subject: Re: Pentium II? Cc: hackers@FreeBSD.ORG In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 08:29 AM 7/29/97 -0600, FreeBSD Mailing List wrote: >> > The PPro is still faster for a true 32-bit OS, primarily due to the fact >> > that the L2 is 1:1 with the CPU clock. On the Pentium II, the L2 caching >> > is at 1/2 the CPU clock. On Tue, 29 Jul 1997, Tom Samplonius wrote: >> >> Not, not quite. At the same clock rate, the PPro is faster, but the PII >> can operate at 266mhz, while the PPro maxes at 200mhz. Whoa! Not so fast... Conspicuously overlooked by this whole Pentium II thread is a simple, yet very important, detail. The Pentium II level-one (L1) cache is twice the size of the one in the Pentium Pro. That means you've got a 16+16 KB L1 cache running at up to 300 MHz. This makes a proper comparision a little more complicated because the relative performance of the two processors, even when using the bogus "same clock rate" argument, is dependent on the specific code sequences being run. Since the hit rate of the L1 cache is usually much higher than that of the L2 cache, the effect of the slower L2 cache in the Pentium II is usually offset by the beneficial effect of not having to access it. So even at the same clock rate, the Pentium II can run faster than the Pentium Pro. - Tony