From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmwLf-0000vv-1X for qemu-devel@nongnu.org; Mon, 16 Jan 2012 18:52:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RmwLe-0001S5-30 for qemu-devel@nongnu.org; Mon, 16 Jan 2012 18:52:22 -0500 Received: from mail-qw0-f45.google.com ([209.85.216.45]:54486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmwLd-0001Rx-Vq for qemu-devel@nongnu.org; Mon, 16 Jan 2012 18:52:22 -0500 Received: by qabg40 with SMTP id g40so566221qab.4 for ; Mon, 16 Jan 2012 15:52:21 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <2D6CE429-E2C7-4799-9FEB-D56362A389BE@suse.de> References: <1326674823-13069-1-git-send-email-afaerber@suse.de> <2D6CE429-E2C7-4799-9FEB-D56362A389BE@suse.de> Date: Mon, 16 Jan 2012 23:52:21 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 00/14] softfloat: Use POSIX integer types - benchmarked List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Rui Carmo , Pavel Borzenkov , qemu-devel@nongnu.org, Eric Sunshine , Blue Swirl , Christophe Lyon , malc , Juan Pineda , =?UTF-8?Q?Andreas_F=C3=A4rber?= , =?UTF-8?Q?Aur=C3=A9lien_Jarno?= On 16 January 2012 19:18, Alexander Graf wrote: > On 16.01.2012, at 20:17, Peter Maydell wrote: >> On 16 January 2012 19:12, Alexander Graf wrote: >>> So what if we leave uint32_t be uint32_t and make the other ones _fast_? >> >> We'd need to get Andreas to do another benchmark run to check that >> this didn't lose the perf gain. Also it's kind of aesthetically >> not very pleasing... > > Yeah, but it's safe. Safety is for people with insufficiently comprehensive test suites :-) -- PMM