From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Making --with-wide-int the default Date: Fri, 16 Oct 2015 11:10:56 +0300 Message-ID: <83lhb36xnz.fsf@gnu.org> References: <83r3trulse.fsf@gnu.org> <54E0D7E0.305@87.69.4.28> <83h9unukbg.fsf@gnu.org> <54E0DEF8.7020901@dancol> <83egpruiyp.fsf@gnu.org> <54E0FF93.2000104@dancol.org> <5610ED13.1010406@dancol.org> <56117F37.9060808@dancol.org> <83oag087gs.fsf@gnu.org> <56208E28.9040009@gmx.at> <83mvvj70g9.fsf@gnu.org> <56@[84.94.185.246]> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1444983089 27615 80.91.229.3 (16 Oct 2015 08:11:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Oct 2015 08:11:29 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 16 10:11:20 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zn06c-0004ea-TC for ged-emacs-devel@m.gmane.org; Fri, 16 Oct 2015 10:11:15 +0200 Original-Received: from localhost ([::1]:51536 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn06c-0002N8-4U for ged-emacs-devel@m.gmane.org; Fri, 16 Oct 2015 04:11:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn06O-0002K2-7D for emacs-devel@gnu.org; Fri, 16 Oct 2015 04:11:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn06K-0007tM-Ux for emacs-devel@gnu.org; Fri, 16 Oct 2015 04:11:00 -0400 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:55080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn06K-0007sZ-Mu for emacs-devel@gnu.org; Fri, 16 Oct 2015 04:10:56 -0400 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NWA00M00ZW7CR00@mtaout25.012.net.il> for emacs-devel@gnu.org; Fri, 16 Oct 2015 11:08:30 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NWA00HR8ZY5ES40@mtaout25.012.net.il>; Fri, 16 Oct 2015 11:08:30 +0300 (IDT) Sun-Java-System-SMTP-Warning: Lines longer than SMTP allows found and truncated. In-reply-to: <5620A880.8080301@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:191717 Archived-At: > Date: Fri, 16 Oct 2015 09:34:24 +0200 > From: martin rudalics > CC: lekktu@gmail.com, emacs-devel@gnu.org > > >> Here emacs.exe grows from 60 to 70 MB when configuring --with-wide-int. > > > > You should compare stripped binaries, not unstripped ones. > > A 15% increase for unstripped binaries strikes me as remarkable though. 15% of 10MB is much less than 15% of 60MB. > > 85% of > > those 70MB is DWARF debug info. > > Obviously. Does that info grow by 8.5 MB when configuring > --with-wide-int? I don't know. I never bothered to find out. I generally consider the size of the binary on disk uninteresting. The size of the Emacs memory footprint after startup is 17MB vs 15MB for the non-wide-int build.