From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25208 invoked by alias); 15 Feb 2011 21:44:14 -0000 Received: (qmail 25199 invoked by uid 22791); 15 Feb 2011 21:44:13 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Feb 2011 21:44:08 +0000 Received: from kpbe17.cbf.corp.google.com (kpbe17.cbf.corp.google.com [172.25.105.81]) by smtp-out.google.com with ESMTP id p1FLi5tw005514 for ; Tue, 15 Feb 2011 13:44:06 -0800 Received: from vxc38 (vxc38.prod.google.com [10.241.33.166]) by kpbe17.cbf.corp.google.com with ESMTP id p1FLfXvq027427 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 15 Feb 2011 13:44:04 -0800 Received: by vxc38 with SMTP id 38so470554vxc.29 for ; Tue, 15 Feb 2011 13:44:04 -0800 (PST) Received: by 10.220.192.129 with SMTP id dq1mr1576001vcb.254.1297806244317; Tue, 15 Feb 2011 13:44:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.87.162 with HTTP; Tue, 15 Feb 2011 13:43:33 -0800 (PST) In-Reply-To: References: <20110203214614.5FD74190A4E@elbrus2.mtv.corp.google.com> From: Paul Pluzhnikov Date: Tue, 15 Feb 2011 21:56:00 -0000 Message-ID: Subject: Re: [patch 2/2] Speed up JIT support To: Tom Tromey Cc: gdb-patches@sourceware.org, pedro@codesourcery.com, vegorov@chromium.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true 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: 2011-02/txt/msg00346.txt.bz2 On Mon, Feb 7, 2011 at 7:31 AM, Tom Tromey wrote: > This is ok with these things fixed. Thanks. Fixed, retested (no regressions on Linux/x86_64) and committed. -- Paul Pluzhnikov