From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQlsG-00086w-IE for qemu-devel@nongnu.org; Tue, 23 Oct 2012 17:19:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQlsC-00030S-Mc for qemu-devel@nongnu.org; Tue, 23 Oct 2012 17:18:56 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:51333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQlsC-0002zx-Fx for qemu-devel@nongnu.org; Tue, 23 Oct 2012 17:18:52 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so697242pbb.4 for ; Tue, 23 Oct 2012 14:18:51 -0700 (PDT) Sender: Richard Henderson Message-ID: <508709B7.7090503@twiddle.net> Date: Wed, 24 Oct 2012 07:18:47 +1000 From: Richard Henderson MIME-Version: 1.0 References: <1350973278-2236-1-git-send-email-e.voevodin@samsung.com> <1350973278-2236-3-git-send-email-e.voevodin@samsung.com> In-Reply-To: <1350973278-2236-3-git-send-email-e.voevodin@samsung.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/7] translate-all.c: Introduce TCGContext *tcg_cur_ctx List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Evgeny Voevodin Cc: qemu-devel@nongnu.org, blauwirbel@gmail.com, kyungmin.park@samsung.com, edgar.iglesias@gmail.com, aurelien@aurel32.net On 2012-10-23 16:21, Evgeny Voevodin wrote: > We will use this pointer from functions where we don't have an > interface to pass tcg_ctx as a parameter. I don't think this is worthwhile. It'll just make the whole thing slower, passing around unnecessary pointers. r~