From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24147 invoked by alias); 28 Jul 2010 21:59:01 -0000 Received: (qmail 24135 invoked by uid 22791); 28 Jul 2010 21:59:01 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Jul 2010 21:58:56 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6SLwtC6012578 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 28 Jul 2010 17:58:55 -0400 Received: from greed.delorie.com ([10.3.112.10]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6SLwqqY009156 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 28 Jul 2010 17:58:54 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1] (may be forged)) by greed.delorie.com (8.14.3/8.14.3) with ESMTP id o6SLwqe0010007; Wed, 28 Jul 2010 17:58:52 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.3/8.14.3/Submit) id o6SLwqiw010004; Wed, 28 Jul 2010 17:58:52 -0400 Date: Wed, 28 Jul 2010 21:59:00 -0000 Message-Id: <201007282158.o6SLwqiw010004@greed.delorie.com> From: DJ Delorie To: DJ Delorie CC: gdb-patches@sourceware.org In-reply-to: <201007280206.o6S26g5e013725@greed.delorie.com> (message from DJ Delorie on Tue, 27 Jul 2010 22:06:42 -0400) Subject: Re: [rx-sim]: add cycle accuracy References: <201007280206.o6S26g5e013725@greed.delorie.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-07/txt/msg00530.txt.bz2 > This is a rather large but single-directory patch which makes the RX > simulator cycle-accurate. Well, mostly cycle accurate anyway - it's > within a small fraction of a percent compared to real hardware, on > large benchmarks. There's some speedups and documentation included > too. OK to commit? I committed it, along with the include patch.