From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sender-0.a4lg.com (mail-sender-0.a4lg.com [IPv6:2401:2500:203:30b:4000:6bfe:4757:0]) by sourceware.org (Postfix) with ESMTPS id EBBA43858CDB for ; Sat, 8 Oct 2022 04:34:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EBBA43858CDB Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=irq.a4lg.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=irq.a4lg.com Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id 3BCB4300089; Sat, 8 Oct 2022 04:34:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irq.a4lg.com; s=2017s01; t=1665203669; bh=+47GCmcudTZxFJbrUm8dMqvx0NnwJP+ibLcb0mBf8Dw=; h=From:To:Cc:Subject:Date:Message-Id:Mime-Version: Content-Transfer-Encoding; b=lxMmvSjesU9KFpHKpBYGn81OKckjYP7UcPXSl1XlnrxubCrH3TCL2SL4LmGaDIoVv rNIK+F1zIYTN9Wf/4TxslR6Vq7fxfBZ695/EuZV1VcmM9jV6LT8dPfGmfDXgVuD3ze +MtfdeNuau0WpqjySpT7BA9ZhHcrzncptRiXg3EE= From: Tsukasa OI To: Tsukasa OI , Nelson Chu , Kito Cheng , Palmer Dabbelt Cc: binutils@sourceware.org Subject: [PATCH 0/5] RISC-V: Requirements for disassembler optimizations 1 (Tidying part) Date: Sat, 8 Oct 2022 04:34:22 +0000 Message-Id: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello, To improve the core disassembler (both for performance and feature), this patchset now prepares for it. This is the part 1 of (planned) 4 part patchsets. 1. Tidying (you are here) 2. Reorganization of the disassembler architecture (including some small optimizations) 3. Optimization 1 4. Optimization 2 Project: Batch 1, Part 1 is the only hardly-functional part of the whole patchsets and considered non-debatable. - Adds/fixes some comments - Fixes some formatting / typing - Removes/makes static some local variables Again, this is mostly a tidying patchset. Thanks, Tsukasa Tsukasa OI (5): opcodes/riscv-dis.c: Tidying with comments/clarity opcodes/riscv-dis.c: Tidying with spacing opcodes/riscv-dis.c: Use bool type whenever possible opcodes/riscv-dis.c: Make XLEN variable static opcodes/riscv-dis.c: Remove last_map_state opcodes/riscv-dis.c | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-) base-commit: 4cbfd0daabd68516651ee37a19d0e24ca4789ea3 -- 2.34.1