From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: size of emacs executable after unicode merge Date: Sat, 8 Nov 2008 22:29:56 -0800 (PST) Message-ID: <200811090629.mA96TuV4023397@mothra.ics.uci.edu> References: <200805141652.m4EGqikr018644@sallyv1.ics.uci.edu> <200805151529.m4FFTlF1004684@sallyv1.ics.uci.edu> <482D8435.6060407@gnu.org> <20081030101819.GA15223@orion.lan> <200810311507.m9VF7EAl022755@mothra.ics.uci.edu> <873ai7t7fx.fsf@cyd.mit.edu> <87y6zuluxt.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226212242 21548 80.91.229.12 (9 Nov 2008 06:30:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Nov 2008 06:30:42 +0000 (UTC) Cc: emanuele.giaquinta@gmail.com, handa@m17n.org, Chong Yidong , emacs-devel@gnu.org, monnier@iro.umontreal.ca, evilborisnet@netscape.net, jasonr@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 09 07:31:44 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kz3po-0008WD-Bj for ged-emacs-devel@m.gmane.org; Sun, 09 Nov 2008 07:31:44 +0100 Original-Received: from localhost ([127.0.0.1]:56059 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kz3oe-0005yc-Bw for ged-emacs-devel@m.gmane.org; Sun, 09 Nov 2008 01:30:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kz3oT-0005y8-Nv for emacs-devel@gnu.org; Sun, 09 Nov 2008 01:30:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kz3oR-0005x0-N7 for emacs-devel@gnu.org; Sun, 09 Nov 2008 01:30:20 -0500 Original-Received: from [199.232.76.173] (port=40041 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kz3oR-0005ws-E2 for emacs-devel@gnu.org; Sun, 09 Nov 2008 01:30:19 -0500 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:46298) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Kz3oO-0008Vz-45; Sun, 09 Nov 2008 01:30:16 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id mA96Tx0v019580; Sat, 8 Nov 2008 22:30:04 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mA96TuV4023397; Sat, 8 Nov 2008 22:29:56 -0800 (PST) In-Reply-To: (Richard M. Stallman's message of "Sat, 08 Nov 2008 19:27:09 -0500") Original-Lines: 13 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mA96Tx0v019580 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:105491 Archived-At: "Richard M. Stallman" writes: > > I guess that means we need to precompute the category table and other > > tables populated in that way, so we can just load them during the dump > > without needing to populate the other maps. > > That doesn't sound like it can be done within the timeframe for the 23.1 > release. > > How big is the excess size caused by this problem? The data segment size of the emacs binary went from 4MB before the unicode-2 merge to 11MB after the merge.