From nobody Wed Nov 5 10:07:49 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1533922924274358.31313610201414; Fri, 10 Aug 2018 10:42:04 -0700 (PDT) Received: from localhost ([::1]:57441 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1foBQ4-0006YF-SZ for importer@patchew.org; Fri, 10 Aug 2018 13:41:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1foBOA-0004Kq-K8 for qemu-devel@nongnu.org; Fri, 10 Aug 2018 13:39:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1foBO6-0001Qc-MH for qemu-devel@nongnu.org; Fri, 10 Aug 2018 13:39:50 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:35729) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1foBO6-0001PW-2Y for qemu-devel@nongnu.org; Fri, 10 Aug 2018 13:39:46 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 39DBC327; Fri, 10 Aug 2018 13:39:44 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Fri, 10 Aug 2018 13:39:44 -0400 Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id 517F310273; Fri, 10 Aug 2018 13:39:43 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=braap.org; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=mesmtp; bh=Q4xpNbRPgefAIu cpyqKdZzDzvRzrOYXZVKIdENpVsUg=; b=ReUEydrd3vACuYFt+m+LZaqvctFAxZ 6/rG2I9thwwpC69jgnIYJAc8+HStoNo1xnZYy1bvr73ECUqm2kT/9V7IceQHMwbM AN4re15hO1m0sR2jGO4i5tKbOF6xRL3ju+YfFpNzPFhFl8quyIl99bmrCrHQtLxg gzgcd2QBv/14s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=Q4xpNbRPgefAIucpyqKdZzDzvRzrOYXZVKIdENpVsUg=; b=ZcKUUeZC ijtvJUv/d5TM7EPJk1YeFYlNpEqw5tzppiNUjtRCN+c9I9poxn09i4aCULXhh1bG WtTRyKFuL2YD/JCf0rw4JlBJECu9AgY/KugyYFC6s+hstTmUGfiFklNW6bdghxHH lhP1ojk1WfSJuV9XSQvmTEuDJMce7sM7HL9Bn6VPWKuVJ2yeBzaT2P/gEQ+kX0Tc 0iwXcvkb252WcuPx4ueA26l/kB+5hYCkPOIn/RrxgEF1uXlb8Pq/wz5mM4qf9wbu eJl/itPCPYbYcFZOH2uu0WuIiC7/5m3s4vRQdLkL16SJHCKH0bWZrqpeIZJZGbVk /2fcJxj1eRz5uA== X-ME-Proxy: X-ME-Sender: From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Fri, 10 Aug 2018 13:39:40 -0400 Message-Id: <20180810173941.5301-3-cota@braap.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180810173941.5301-1-cota@braap.org> References: <20180810173941.5301-1-cota@braap.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.123.25 Subject: [Qemu-devel] [PATCH v2 2/3] target/riscv: optimize indirect branches X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Bastian Koppelmann , Michael Clark , Richard Henderson , Sagar Karandikar , Palmer Dabbelt Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota --- target/riscv/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/riscv/translate.c b/target/riscv/translate.c index ec2988b4f6..66a80ca772 100644 --- a/target/riscv/translate.c +++ b/target/riscv/translate.c @@ -548,7 +548,7 @@ static void gen_jalr(CPURISCVState *env, DisasContext *= ctx, uint32_t opc, if (rd !=3D 0) { tcg_gen_movi_tl(cpu_gpr[rd], ctx->pc_succ_insn); } - tcg_gen_exit_tb(NULL, 0); + tcg_gen_lookup_and_goto_ptr(); =20 if (misaligned) { gen_set_label(misaligned); --=20 2.17.1