help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: light versions of emacs and getting it to start faster


From: John Wiegley
Subject: Re: light versions of emacs and getting it to start faster
Date: Wed, 18 Sep 2002 21:35:52 -0700
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu)

>>>>> On Wed Sep 18, GI writes:

> Hi, I'm interested in reducing the binary size of emacs, and
> getting it to start/load faster.

Look at the file lisp/loadup.el.  Those are the Lisp files that are
bound into Emacs.  A lot of Emacs' size is due to the "Pure lisp
storage" that houses those bound files.  If you can, you can try to
reduce the size of the pure store (do a grep for PURE and SIZE).

Gzexe is another way to reduce transfer time.  If your processor is
decent, it will not affect execution time much.

Don't compile in Mule support.

John


reply via email to

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