emacs-devel
[Top][All Lists]
Advanced

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

Re: PURESIZE increased (again)


From: Dan Nicolaescu
Subject: Re: PURESIZE increased (again)
Date: Sun, 23 Apr 2006 09:23:43 -0700

Eli Zaretskii <address@hidden> writes:

  > > Date: Sat, 22 Apr 2006 20:59:51 -0500 (CDT)
  > > From: Luc Teirlinck <address@hidden>
  > > CC: address@hidden, address@hidden, address@hidden,
  > >         address@hidden
  > > 
  > > Comparing my present pure-bytes-used of 1200904 with the 1036280 from
  > > an old CVS version of 2005-02-07, suggests that pure-bytes-used is
  > > currently growing faster than 13 percent a year
  >
  > Again, this is 170KB growth, certainly not a negligible amount of
  > memory.


Since 2005-02-07 the following have been added to loadup.el:

+ (load "facemenu")
+ (load "emacs-lisp/syntax")
+ (load "font-lock")
+ (load "jit-lock")
+ (load "rfn-eshadow")
+ (if (fboundp 'x-create-frame)
+     (progn
+       (load "fringe")
+       (load "image")
+       (load "international/fontset")
+       (load "dnd")
+       (load "mwheel")
+       (load "tool-bar")))
+ (if (featurep 'x)
+     (load "x-dnd"))
+ (load "jka-cmpr-hook")
+ (if (fboundp 'x-show-tip) (load "tooltip"))

After deleting these the pure size used goes from 1200912 to 1086896
on my system (x86 Fedora Core 5). The bulk of it is due to the
font-lock related files.

Given that the above additions to loadup.el have added some desirable
functionality to the default emacs build, the increase in pure memory
use should be acceptable.





reply via email to

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