From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: size of emacs executable after unicode merge Date: Fri, 28 Nov 2008 10:02:48 +0900 Message-ID: References: <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> <87iqqwk672.fsf@cyd.mit.edu> <873ahym8ji.fsf@cyd.mit.edu> <87r65flh5n.fsf@cyd.mit.edu> <200811271612.mARGCT3f021393@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1227834202 29172 80.91.229.12 (28 Nov 2008 01:03:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Nov 2008 01:03:22 +0000 (UTC) Cc: rms@gnu.org, emanuele.giaquinta@gmail.com, cyd@stupidchicken.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, evilborisnet@netscape.net, jasonr@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 28 02:04:23 2008 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 1L5rmQ-0003UB-RL for ged-emacs-devel@m.gmane.org; Fri, 28 Nov 2008 02:04:23 +0100 Original-Received: from localhost ([127.0.0.1]:36092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5rlF-0003Br-2j for ged-emacs-devel@m.gmane.org; Thu, 27 Nov 2008 20:03:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L5rl9-00039n-VS for emacs-devel@gnu.org; Thu, 27 Nov 2008 20:03:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5rl9-00038w-4V for emacs-devel@gnu.org; Thu, 27 Nov 2008 20:03:03 -0500 Original-Received: from [199.232.76.173] (port=60233 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5rl8-00038n-R9 for emacs-devel@gnu.org; Thu, 27 Nov 2008 20:03:02 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:64960) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L5rl1-0000fz-DU; Thu, 27 Nov 2008 20:02:55 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id mAS12nQG006776; Fri, 28 Nov 2008 10:02:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id mAS12nYQ021448; Fri, 28 Nov 2008 10:02:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id mAS12mkK014929; Fri, 28 Nov 2008 10:02:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1L5rku-0002hS-AK; Fri, 28 Nov 2008 10:02:48 +0900 In-reply-to: <200811271612.mARGCT3f021393@mothra.ics.uci.edu> (message from Dan Nicolaescu on Thu, 27 Nov 2008 08:12:29 -0800 (PST)) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:106253 Archived-At: In article <200811271612.mARGCT3f021393@mothra.ics.uci.edu>, Dan Nicolaescu writes: > Also a related question: the data in the .map files in > emacs/etc/charsets be transformed into elisp? That way the normal > loading mechanism could be used for them, and no parser + other code > would be needed... No. The key point of my change is not to make many/huge Lisp objects while temacs is running for dumping. And the parser code for the current *.map format is trivial. --- Kenichi Handa handa@ni.aist.go.jp