emacs-devel
[Top][All Lists]
Advanced

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

Re: PURESIZE increased (again)


From: Ken Raeburn
Subject: Re: PURESIZE increased (again)
Date: Thu, 27 Apr 2006 18:24:55 -0400

On Apr 27, 2006, at 16:38, Eli Zaretskii wrote:
Comparison of your GDB session with mine shows that each time a .el
file is loaded, it uses up the exact same amount of pure storage in
your build as in mine.  But every .elc file takes more pure storage on
your machine, sometimes only by 1KB, sometimes by as much as 20KB.

That is weird. Perhaps output from (garbage-collect) before and after loading the individual .elc files would show something useful? The byte and object counts *should* be the same (uh, unless the pathnames to the elc files are stored somewhere but el file pathnames are not). It might also be useful to check that the .elc files you two are getting (you've both done "make bootstrap", right?) are actually similar.

Ken




reply via email to

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