From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAmXc-0007xF-VJ for qemu-devel@nongnu.org; Wed, 18 Nov 2009 10:33:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAmXY-0007uj-FC for qemu-devel@nongnu.org; Wed, 18 Nov 2009 10:33:56 -0500 Received: from [199.232.76.173] (port=36205 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAmXY-0007uI-6r for qemu-devel@nongnu.org; Wed, 18 Nov 2009 10:33:52 -0500 Received: from mx20.gnu.org ([199.232.41.8]:31177) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NAmXW-0002RX-Hs for qemu-devel@nongnu.org; Wed, 18 Nov 2009 10:33:50 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAmXT-0000Yu-FJ for qemu-devel@nongnu.org; Wed, 18 Nov 2009 10:33:47 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Re: [PATCH 01/12] TCG "sync" op Date: Wed, 18 Nov 2009 15:33:39 +0000 References: <1256133153-3121-1-git-send-email-uli@suse.de> <20091118151258.GD9052@hall.aurel32.net> <4B041106.6090201@suse.de> In-Reply-To: <4B041106.6090201@suse.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200911181533.40119.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel@nongnu.org, Aurelien Jarno > > That's an option, basically keeping the list (or only one ?) of aliased > > TCG variables for each of them, and freeing the others before using one. > > Yeah, only one. I don't think this should be getting overengineered (and > thus slow) :-). > Doesn't really sound hard, does it? Any TCG magicians around? :) Maybe. This is the sort of thing that tends to get harder the more you think about it. Paul