emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: size of emacs executable after unicode merge


From: Stefan Monnier
Subject: Re: size of emacs executable after unicode merge
Date: Wed, 05 Nov 2008 10:50:31 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> > Maybe simpler would be to build this table as we do now, then print it
>> > into a file.  Then the "dump" doesn't need to build the table, it can
>> > just read it from the file.
>> Handa-san, could you comment on this?
> I think it doesn't work.  Emacs needs that table and the other
> mapping char-tables to decode non-ascii characters in files
> that are loaded before dumping.

IIUC Emacs only needs those tables when loading files that use some
particular encodings.  E.g. it doesn't need it to read files using
Unicode encodings.  So couldn't we make sure all the files read during
the dump are using Utf-8 or utf-8-emacs?  Isn't that already the case
for all *.elc files?

> If it is impossible to exclude garbage-colleted data (especially
> char-tables) from the dumpled file, it seems that the only way is not
> to build those char-tables.  But it requires rather heavy changes to
> files loaded before dumped.

What kind of changes?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]