From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiacS-0007VD-E3 for qemu-devel@nongnu.org; Fri, 19 Feb 2010 16:42:40 -0500 Received: from [199.232.76.173] (port=38844 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiacR-0007Ux-Vt for qemu-devel@nongnu.org; Fri, 19 Feb 2010 16:42:40 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NiacQ-0005ws-HY for qemu-devel@nongnu.org; Fri, 19 Feb 2010 16:42:39 -0500 Received: from fe02x03-cgp.akado.ru ([77.232.31.165]:57558 helo=akado.ru) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NiacQ-0005rM-62 for qemu-devel@nongnu.org; Fri, 19 Feb 2010 16:42:38 -0500 Date: Sat, 20 Feb 2010 00:42:14 +0300 (MSK) From: malc Subject: Re: [Qemu-devel] [PATCH 1/2] Detect and use GCC atomic builtins for locking In-Reply-To: <1266613360-23069-1-git-send-email-lool@dooz.org> Message-ID: References: <1266613360-23069-1-git-send-email-lool@dooz.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Lo=EFc_Minier?= Cc: qemu-devel@nongnu.org On Fri, 19 Feb 2010, Lo?c Minier wrote: Please look up "gcc 4.1 implements compiler builtins for atomic ops" thread for reasons why this might not be the best idea. [..snip..] -- mailto:av1474@comtv.ru