From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Pure space overflows Date: Sat, 22 Jan 2022 10:50:03 +0200 Message-ID: <8335lgnohw.fsf@gnu.org> References: <87pmokustt.fsf.ref@yahoo.com> <87pmokustt.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10497"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 22 09:53:20 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nBC99-0002a8-UN for ged-emacs-devel@m.gmane-mx.org; Sat, 22 Jan 2022 09:53:20 +0100 Original-Received: from localhost ([::1]:32870 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nBC98-00084Z-SJ for ged-emacs-devel@m.gmane-mx.org; Sat, 22 Jan 2022 03:53:18 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52152) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBC6n-0006U1-W6 for emacs-devel@gnu.org; Sat, 22 Jan 2022 03:50:54 -0500 Original-Received: from [2001:470:142:3::e] (port=47488 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBC6n-0000Uy-66; Sat, 22 Jan 2022 03:50:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=EP2pM+UrLFYKQ+JXX3K98UEomXAXnL40/qYjNM2v+mk=; b=iRzm0eVg8oqO nbHa9VcYdOb7V1iLEk3ThUsMMF+KwTBiBS6Du0QhAUS7SGE/6+oaybjN8i00b8Vtn2I8M11xz+7jq 5X6WxCTYEZjXNZHuR0EnB7WQg0fF5gZotvLZ7xs8uyWfPTwya0gBlYBNcQCtdtnkE/QjTqeqteP1P zaOSz8pV3UteMlJ2yTBs/hBEG19GkCxNa836HG2PrzgJAftGKYcEvq/pTUYXqCb6wfPXoeMh5P4fV djNg7GfP363ifCS3k5/fBfiiLnZ+NHAqOA3ZOajG5BHUbfH+EhNuKLdi1J072fSGTvEZdnIdjluYd QLhWprmgH+Ir0/dvnsY6Tg==; Original-Received: from [87.69.77.57] (port=1233 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBC6I-0004Zl-PP; Sat, 22 Jan 2022 03:50:35 -0500 In-Reply-To: <87pmokustt.fsf@yahoo.com> (message from Po Lu on Sat, 22 Jan 2022 15:34:38 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:285177 Archived-At: > From: Po Lu > Date: Sat, 22 Jan 2022 15:34:38 +0800 > > I get pure space overflows when building with X and XInput 2 on the > following systems: > > i586-pc-linux-gnu > i386-pc-solaris2.11 > > Would anyone mind me changing BASE_PURESIZE to a value which results in > no overflow on both those systems? Thanks. How much would you need to enlarge that? And why BASE_PURESIZE and not SYSTEM_PURESIZE_EXTRA for those configurations?