From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnvR0-0006MI-OM for qemu-devel@nongnu.org; Fri, 23 May 2014 15:47:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnvQq-0000CB-EE for qemu-devel@nongnu.org; Fri, 23 May 2014 15:47:18 -0400 Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]:50862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnvQq-0000C3-7Z for qemu-devel@nongnu.org; Fri, 23 May 2014 15:47:08 -0400 Received: by mail-ee0-f48.google.com with SMTP id e49so3952722eek.21 for ; Fri, 23 May 2014 12:47:07 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <537FA5B7.9010501@redhat.com> Date: Fri, 23 May 2014 21:47:03 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1400051861-5848-1-git-send-email-rth@twiddle.net> <537F9E37.4030407@twiddle.net> In-Reply-To: <537F9E37.4030407@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/24] tcg mips updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel Il 23/05/2014 21:15, Richard Henderson ha scritto: > Ping? I reviewed most of it, will try to finish it in the weekend. > r~ > > On 05/14/2014 12:17 AM, Richard Henderson wrote: >> Obviously the most important part here is the ldst updates, >> but there are all sorts of opportunities for improvement in >> this backend. >> >> >> r~ >> >> >> Richard Henderson (24): >> tcg-mips: Layout executable and code_gen_buffer >> tcg-mips: Constrain the code_gen_buffer to be within one 256mb segment >> tcg-mips: Use J and JAL opcodes >> tcg-mips: Fill the exit_tb delay slot >> tcg-mips: Split large ldst offsets >> tcg-mips: Move softmmu slow path out of line >> tcg-mips: Convert to new qemu_l/st helpers >> tcg-mips: Convert to new_ldst >> tcg-mips: Rearrange register allocation >> tcg-mips: Introduce TCG_TMP0, TCG_TMP1 >> tcg-mips: Use T9 for TCG_TMP1 >> tcg-mips: Use EXT for AND on mips32r2 >> tcg-mips: Name the opcode enumeration >> tcg-mips: Fix subtract immediate range >> tcg-mips: Hoist args loads >> tcg-mips: Improve add2/sub2 >> tcg-mips: Commonize opcode implementations >> tcg-mips: Simplify setcond >> tcg-mips: Simplify brcond >> tcg-mips: Simplify setcond2 >> tcg-mips: Improve setcond eq/ne vs zeros >> tcg-mips: Simplify brcond2 >> tcg-mips: Simplify movcond >> tcg-mips: Enable direct chaining of TBs >> >> configure | 7 +- >> include/exec/exec-all.h | 9 +- >> tcg/mips/tcg-target.c | 1855 ++++++++++++++++++++++++----------------------- >> tcg/mips/tcg-target.h | 14 +- >> translate-all.c | 103 ++- >> 5 files changed, 1055 insertions(+), 933 deletions(-) >> > > >