From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: size of emacs executable after unicode merge Date: Sat, 08 Nov 2008 19:27:09 -0500 Message-ID: References: <200805140351.m4E3pQuE004549@sallyv1.ics.uci.edu> <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> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1226190762 15793 80.91.229.12 (9 Nov 2008 00:32:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Nov 2008 00:32:42 +0000 (UTC) Cc: emanuele.giaquinta@gmail.com, handa@m17n.org, emacs-devel@gnu.org, dann@ics.uci.edu, monnier@iro.umontreal.ca, evilborisnet@netscape.net, jasonr@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 09 01:33:43 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 1KyyFL-0004dd-7S for ged-emacs-devel@m.gmane.org; Sun, 09 Nov 2008 01:33:43 +0100 Original-Received: from localhost ([127.0.0.1]:34810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyyED-0007jS-V3 for ged-emacs-devel@m.gmane.org; Sat, 08 Nov 2008 19:32:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KyyC2-0006kt-0Y for emacs-devel@gnu.org; Sat, 08 Nov 2008 19:30:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KyyC0-0006ke-OA for emacs-devel@gnu.org; Sat, 08 Nov 2008 19:30:17 -0500 Original-Received: from [199.232.76.173] (port=33364 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KyyC0-0006kb-Eo for emacs-devel@gnu.org; Sat, 08 Nov 2008 19:30:16 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:40916) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KyyC0-0000hj-57 for emacs-devel@gnu.org; Sat, 08 Nov 2008 19:30:16 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Kyy8z-0001DT-F2; Sat, 08 Nov 2008 19:27:09 -0500 In-reply-to: <87y6zuluxt.fsf@cyd.mit.edu> (message from Chong Yidong on Fri, 07 Nov 2008 23:10:06 -0500) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:105483 Archived-At: > 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?