From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4g4x-0006G5-JA for qemu-devel@nongnu.org; Wed, 18 Oct 2017 00:35:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4g4u-0003aJ-G8 for qemu-devel@nongnu.org; Wed, 18 Oct 2017 00:35:39 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:43005) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e4g4u-0003a3-Bi for qemu-devel@nongnu.org; Wed, 18 Oct 2017 00:35:36 -0400 Date: Wed, 18 Oct 2017 00:35:35 -0400 From: "Emilio G. Cota" Message-ID: <20171018043535.GE13959@flamenco> References: <20171016172609.23422-1-richard.henderson@linaro.org> <20171016172609.23422-47-richard.henderson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171016172609.23422-47-richard.henderson@linaro.org> Subject: Re: [Qemu-devel] [PATCH v6 46/50] tcg: allocate optimizer temps with tcg_malloc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org On Mon, Oct 16, 2017 at 10:26:05 -0700, Richard Henderson wrote: > From: "Emilio G. Cota" (snip) > Suggested-by: Richard Henderson > Signed-off-by: Emilio G. Cota > > Signed-off-by: Richard Henderson > > Signed-off-by: Richard Henderson Note the double Sob tag. Also, does this still break aarch32, or somehow the cleanups plus this got rid of the problem? E.