From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULatF-0003Nq-Ng for qemu-devel@nongnu.org; Fri, 29 Mar 2013 11:06:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULatC-0004H3-PE for qemu-devel@nongnu.org; Fri, 29 Mar 2013 11:06:49 -0400 Received: from mail-qe0-f46.google.com ([209.85.128.46]:37963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULatC-0004Gz-Kt for qemu-devel@nongnu.org; Fri, 29 Mar 2013 11:06:46 -0400 Received: by mail-qe0-f46.google.com with SMTP id a11so308265qen.33 for ; Fri, 29 Mar 2013 08:06:45 -0700 (PDT) Sender: Richard Henderson Message-ID: <5155AE01.2060601@twiddle.net> Date: Fri, 29 Mar 2013 08:06:41 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1364484781-15561-1-git-send-email-rth@twiddle.net> <1364484781-15561-15-git-send-email-rth@twiddle.net> <20130328200946.GD5000@ohm.aurel32.net> <5154ACAA.8010107@twiddle.net> <20130329065015.GE5000@ohm.aurel32.net> In-Reply-To: <20130329065015.GE5000@ohm.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 14/20] tcg-arm: Cleanup goto_tb handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Peter Maydell , qemu-devel@nongnu.org On 2013-03-28 23:50, Aurelien Jarno wrote: > On Thu, Mar 28, 2013 at 01:48:42PM -0700, Richard Henderson wrote: >> On 2013-03-28 13:09, Aurelien Jarno wrote: >>> I already proposed such a patch, but it seems to improve things only on >>> some specific cases (kernel boot), while increasing the I/D cache and >>> TLB pressure. >>> >>> See https://lists.gnu.org/archive/html/qemu-devel/2012-10/msg01684.html >> >> Hmm. I see that your previous attempt didn't also go with a removal of >> the 16MB limit on code_gen_buffer. Given the default is 32MB, I wonder >> if the decrease in translation makes enough difference. >> > > My patch also removed the 16MB limit. Note also the default is 1/4th > of the emulated RAM, so it can be a lot bigger than 32MB. > Ok, I guess consider that patch dropped for now then. I'll post v4 today with the changes suggested so far. r~