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: Thu, 30 Oct 2008 23:55:51 -0400 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> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1225425547 3874 80.91.229.12 (31 Oct 2008 03:59:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2008 03:59:07 +0000 (UTC) Cc: jasonr@gnu.org, dann@ics.uci.edu, emacs-devel@gnu.org, evilborisnet@netscape.net, handa@m17n.org To: Emanuele Giaquinta Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 31 05:00:08 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 1KvlB9-00039o-2j for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2008 05:00:07 +0100 Original-Received: from localhost ([127.0.0.1]:40558 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvlA2-00060v-Gk for ged-emacs-devel@m.gmane.org; Thu, 30 Oct 2008 23:58:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kvl9w-0005yX-Ua for emacs-devel@gnu.org; Thu, 30 Oct 2008 23:58:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kvl9u-0005t2-Eu for emacs-devel@gnu.org; Thu, 30 Oct 2008 23:58:51 -0400 Original-Received: from [199.232.76.173] (port=42044 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kvl9u-0005sh-8Y for emacs-devel@gnu.org; Thu, 30 Oct 2008 23:58:50 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36458) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kvl9u-0003JN-5R for emacs-devel@gnu.org; Thu, 30 Oct 2008 23:58:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Kvl71-0002pv-Pt; Thu, 30 Oct 2008 23:55:51 -0400 In-reply-to: <20081030101819.GA15223@orion.lan> (message from Emanuele Giaquinta on Thu, 30 Oct 2008 11:18:19 +0100) 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:105172 Archived-At: If I comment the load_charset_map_from_file call in unify_charset the data segment size is back to normal. Although these are loaded "on demand", perhaps something "demands" them at build time. How about if you try running temacs (to build and dump emacs) under GDB, with a breakpoint there?