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: Luc Teirlinck
Subject: Re: Building Emacs overflowed pure space
Date: Tue, 18 Jul 2006 14:29:35 -0500 (CDT)

>From my previous reply:

   This may make a difference as to whether and when
   cl.el gets loaded during compiling.  cl.el redefines some often used
   functions, making their code longer.

I should have been more precise here.  cl.el redefines some often used
_macros_ which get inlined when compiled.  So this increases the pure
space used in all compiled versions of files that use those macros.
The difference in pure-bytes-used indeed only seems to occur in
compiled files.

Sincerely,

Luc.






reply via email to

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