From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxEf5-0000D6-5Z for qemu-devel@nongnu.org; Mon, 12 Oct 2009 02:45:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxEf0-0000B3-ML for qemu-devel@nongnu.org; Mon, 12 Oct 2009 02:45:38 -0400 Received: from [199.232.76.173] (port=54031 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxEf0-0000Aw-CA for qemu-devel@nongnu.org; Mon, 12 Oct 2009 02:45:34 -0400 Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]:6084) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxEez-0007b6-Qd for qemu-devel@nongnu.org; Mon, 12 Oct 2009 02:45:34 -0400 Date: Mon, 12 Oct 2009 07:46:52 +0100 From: Stuart Brady Subject: Re: [Qemu-devel] [PATCH] tcg, tci: Add TCG and interpreter for bytecode (virtual machine) Message-ID: <20091012064652.GA10789@miranda.arrow> References: <4AC0E93A.6010605@mail.berlios.de> <1254156621-28559-1-git-send-email-weil@mail.berlios.de> <20091004182724.GA26105@miranda.arrow> <4AD208F5.9000203@mail.berlios.de> <20091011231735.GA10123@miranda.arrow> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel@nongnu.org On Mon, Oct 12, 2009 at 03:50:31AM +0400, malc wrote: > yOn Mon, 12 Oct 2009, Stuart Brady wrote: > > No it's not, given that there are ABIs with argument alignment and > the fact that information about the types doesn't exist at the point > of op_call things just aren't that simple. Huh? If you're using a function pointer with the *correct* type, I hardly see how that's not sufficient. Yes, I did notice that the information doesn't exist at that point, (in fact I did so before the previous time that you pointed this out). Cheers, -- Stuart Brady