From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhoaG-00043s-4t for qemu-devel@nongnu.org; Wed, 17 Feb 2010 13:25:12 -0500 Received: from [199.232.76.173] (port=45059 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhoaF-00043b-Re for qemu-devel@nongnu.org; Wed, 17 Feb 2010 13:25:11 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NhoaF-0002wJ-9d for qemu-devel@nongnu.org; Wed, 17 Feb 2010 13:25:11 -0500 Received: from mail-pz0-f187.google.com ([209.85.222.187]:47508) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NhoaF-0002wF-04 for qemu-devel@nongnu.org; Wed, 17 Feb 2010 13:25:11 -0500 Received: by pzk17 with SMTP id 17so6593374pzk.4 for ; Wed, 17 Feb 2010 10:25:10 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Blue Swirl Date: Wed, 17 Feb 2010 20:24:50 +0200 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [PATCH 0/6] tcg-sparc improvements List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org On Wed, Feb 17, 2010 at 1:15 AM, Richard Henderson wrote: > All of these patches are toward reducing the number of TCG opcodes > generated. =C2=A0Three of the patches reduce the number of real insns > generated as well. =C2=A0The ANDC and ORC opcodes are already generated > by the ARM, PPC, and Alpha translators. > > I now have remote access to a real debian sparc64 machine, so this > has actually been tested on real hardware for a change. =C2=A0;-) Nice work, but the patches don't apply anymore since I applied the setcond patches.