From owner-freebsd-hardware Tue Feb 4 21:04:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA01375 for hardware-outgoing; Tue, 4 Feb 1997 21:04:27 -0800 (PST) Received: from lserver.infoworld.com (lserver.infoworld.com [192.216.48.4]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA01364 for ; Tue, 4 Feb 1997 21:04:23 -0800 (PST) From: Brett_Glass@infoworld.com Received: from ccgate.infoworld.com (ccgate.infoworld.com [192.216.49.101]) by lserver.infoworld.com (8.8.4/8.8.4/GNAC-GW-2.1) with SMTP id VAA29327; Tue, 4 Feb 1997 21:03:05 -0800 (PST) Received: from ccMail by ccgate.infoworld.com (SMTPLINK V2.11) id AA855118702; Tue, 04 Feb 97 21:54:47 PST Date: Tue, 04 Feb 97 21:54:47 PST Message-Id: <9701048551.AA855118702@ccgate.infoworld.com> To: Chris Timmons , freebsd-hardware@freebsd.org Subject: (not seeing) ECC penalty on Natoma Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Chris: The penalty for ECC only occurs on a cache miss. Unless your memory benchmark is designed to avoid this, or you turn off the cache, you'll hit the cache again and again and will see no slowdown. --Brett