From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xry111.site (xry111.site [89.208.246.23]) by sourceware.org (Postfix) with ESMTPS id CDC893858D33 for ; Sat, 6 Apr 2024 09:53:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CDC893858D33 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=xry111.site Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xry111.site ARC-Filter: OpenARC Filter v1.0.0 sourceware.org CDC893858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=89.208.246.23 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712397235; cv=none; b=hwd6/BYX8d3BgjRqWldpcLhpifMDyN74EBqGdFexdFEuAtc1xPAgTyMVLfDFZCsCUQ9SzWU+4q7B8CqLHnesrwlSkHGYBCRyR55FAOp0MBY2LgNOoET1tsZsZkkvH4JMFiOeSXolHMM1+QskqIZIAR2GclPJKPS333VFGBZ8Tfk= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712397235; c=relaxed/simple; bh=8wGMNRqDVCwTb1cUS4XmD2I3ehtsOYoaw5HznXfMZoE=; h=DKIM-Signature:Message-ID:Subject:From:To:Date:MIME-Version; b=ddxBNOpuvSauQnjJE9xMZx795A/HarLObaZTi85eGd/dDTjrAW4Dux67Ez/d4I0BnylcMhF1oJrZqmf3j8nl468IwnN+lLrHWRu6p2vjeV7qf7X8nbCRqbZGF8PHOEaQ9ttIDBRLtJp0nBhpcQpM7DCXbJUZ2hNaJyY9u1BVh4c= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xry111.site; s=default; t=1712397230; bh=8wGMNRqDVCwTb1cUS4XmD2I3ehtsOYoaw5HznXfMZoE=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=nJEM7mSu3ETVnkTglQjf3ClUH4c+hYQIhBhh857tYt7yMet5KpyfUbOiMU0H84UDk gCBTxt2jGrMeySqBK3JQvGmvOhVBTSxLbhntnjlEllTuRHT3MjDQ0rIlLSCHF3YGA8 GrvXCySDpTLAQ+5iS812BXMxLpMJMKPnxLpUVJOQ= Received: from [127.0.0.1] (unknown [IPv6:2001:470:683e::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id E8E7B672F6; Sat, 6 Apr 2024 05:53:48 -0400 (EDT) Message-ID: <682a8b56bd89b58acf3b7ab6a7e61d671535ea7e.camel@xry111.site> Subject: Re: [PATCH v1] LoongArch: Set default alignment for functions jumps and loops [PR112919]. From: Xi Ruoyao To: Lulu Cheng , gcc-patches@gcc.gnu.org Cc: mark@klomp.org, i@xen0n.name, xuchenghua@loongson.cn Date: Sat, 06 Apr 2024 17:53:47 +0800 In-Reply-To: <20240402070319.25666-1-chenglulu@loongson.cn> References: <20240402070319.25666-1-chenglulu@loongson.cn> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.52.0 MIME-Version: 1.0 X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,LIKELY_SPAM_FROM,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, 2024-04-02 at 15:03 +0800, Lulu Cheng wrote: > +/* Alignment for functions loops and jumps for best performance.=C2=A0 F= or new > +=C2=A0=C2=A0 uarchs the value should be measured via benchmarking.=C2=A0= See the documentation > +=C2=A0=C2=A0 for -falign-functions -falign-loops and -falign-jumps in in= voke.texi for the ^ ^ Better have two commas here. Otherwise it should be OK. > +=C2=A0=C2=A0 format.=C2=A0 */ --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University