emacs-devel
[Top][All Lists]
Advanced

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

Re: Building Emacs overflowed pure space


From: Stefan Monnier
Subject: Re: Building Emacs overflowed pure space
Date: Thu, 20 Jul 2006 18:11:41 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>     I doubt it'll make any difference.  When reading the .elc file, the
>     symbols will get copied anyway for the reason that they're
>     not interned.

> If the table that arranges for all references to one symbol within
> a function to come out as the same symbol is preserved between functions,
> that ought to do the job.

> However, this might be inconvenient to do.

Indeed: it make conflate two different symbols into one and thus
re-introduce the error that the use of uninterned symbol is often meant
to solve.


        Stefan




reply via email to

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