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 A57153959E50 for ; Tue, 10 May 2022 12:00:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A57153959E50 Received: from localhost.localdomain (xry111.site [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 9C23B6689B; Tue, 10 May 2022 08:00:27 -0400 (EDT) Message-ID: <832727a2e1f6dbe0564dc57843b4702073563e64.camel@xry111.site> Subject: Re: [PATCH] Remove size limit of PCH From: Xi Ruoyao To: LIU Hao , GCC Patches , JonY <10walls@gmail.com> Date: Tue, 10 May 2022 20:00:23 +0800 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.1 MIME-Version: 1.0 X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FROM_SUSPICIOUS_NTLD, KAM_SHORT, LIKELY_SPAM_FROM, PDS_OTHER_BAD_TLD, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2022 12:00:31 -0000 On Tue, 2022-05-10 at 19:35 +0800, LIU Hao via Gcc-patches wrote: > Subject: [PATCH] Remove size limit of PCH Make it "Remove size limit of PCH [PR14940]", so once it's committed a message will show up in bugzilla. > Reference: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D14940 > Signed-off-by: LIU Hao You'll need to add yourself into "Contributing under the DCO" section in MAINTAINERS file first to use Signed-off-by, I guess. A ChangeLog entry should be included in the commit message like gcc/ PR pch/14940 * config/i386/host-mingw32.cc (pch_VA_max_size): Remove. (mingw32_gt_pch_get_address): ... ... I know almost nothing about Windoge/MinGW so the technical review is left for others. --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University