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 (was: Dynamic loading progress) Date: Fri, 16 Oct 2015 10:10:46 +0300 Message-ID: <83mvvj70g9.fsf@gnu.org> References: <54E0D181.2080802@dancol.org> <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> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1444979524 4966 80.91.229.3 (16 Oct 2015 07:12:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Oct 2015 07:12:04 +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 09:11:54 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 1ZmzB9-0002pU-N0 for ged-emacs-devel@m.gmane.org; Fri, 16 Oct 2015 09:11:51 +0200 Original-Received: from localhost ([::1]:51231 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmzB8-0004t9-Ue for ged-emacs-devel@m.gmane.org; Fri, 16 Oct 2015 03:11:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmzB2-0004om-Ix for emacs-devel@gnu.org; Fri, 16 Oct 2015 03:11:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmzAx-0000Bd-SU for emacs-devel@gnu.org; Fri, 16 Oct 2015 03:11:44 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:54716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmzAx-0000BW-Kc for emacs-devel@gnu.org; Fri, 16 Oct 2015 03:11:39 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NWA00100X6SKM00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 16 Oct 2015 10:10:45 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NWA00179X9W8R90@a-mtaout22.012.net.il>; Fri, 16 Oct 2015 10:10:45 +0300 (IDT) Sun-Java-System-SMTP-Warning: Lines longer than SMTP allows found and truncated. In-reply-to: <56208E28.9040009@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:191710 Archived-At: > Date: Fri, 16 Oct 2015 07:42:00 +0200 > From: martin rudalics > CC: Aur=C3=A9lien Aptel ,=20 > p.stephani2@gmail.com, Daniel Colascione ,=20 > Stephen Leake , > Emacs developers >=20 > >> Please don't assume that --with-wide-int is some rare marginal = use > >> case. I configure Emacs with it all the time, and intend to su= ggest > >> that 32-bit builds at least on MS-Windows always use it. > > > > Why isn't it the default, then (for 32-bit builds)? Are there an= y downsides? >=20 > Here emacs.exe grows from 60 to 70 MB when configuring --with-wide-= int. You should compare stripped binaries, not unstripped ones. 85% of those 70MB is DWARF debug info.