all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: 4287@emacsbugs.donarmstrong.com
Subject: bug#4287: reducing emacs size by more frequent garbage-collect	calls in loadup.el
Date: Sun, 30 Aug 2009 21:00:33 +0300	[thread overview]
Message-ID: <83r5ut9o72.fsf@gnu.org> (raw)
In-Reply-To: <200908300609.n7U69Axh009778@godzilla.ics.uci.edu>

> Date: Sat, 29 Aug 2009 23:09:10 -0700 (PDT)
> From: Dan Nicolaescu <dann@ics.uci.edu>
> Cc: 4287@emacsbugs.donarmstrong.com
> 
> --- loadup.el.~1.180.~	2009-08-20 23:31:53.000000000 -0700
> +++ loadup.el	2009-08-29 23:02:34.000000000 -0700
> @@ -57,30 +57,49 @@
>  (setq buffer-undo-list t)
>  
>  (load "emacs-lisp/byte-run")
> +(garbage-collect)
>  (load "emacs-lisp/backquote")
> +(garbage-collect)
>  (load "subr")
> +(garbage-collect)
>  
>  ;; We specify .el in case someone compiled version.el by mistake.
>  (load "version.el")
> +(garbage-collect)

Perhaps a new function `load-and-gc' would be a good idea.





  reply	other threads:[~2009-08-30 18:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200909170617.n8H6HvDs020712@godzilla.ics.uci.edu>
2009-08-29 18:41 ` bug#4287: reducing emacs size by more frequent garbage-collect calls in loadup.el Dan Nicolaescu
2009-08-29 21:34   ` Stefan Monnier
2009-08-30  6:09     ` Dan Nicolaescu
2009-08-30 18:00       ` Eli Zaretskii [this message]
2009-08-30 20:04       ` Stefan Monnier
2009-08-30 20:45         ` Juanma Barranquero
2009-08-31 14:46           ` bug#4287: reducing emacs size by more frequent garbage-collect Stefan Monnier
2009-09-01 11:44             ` Juanma Barranquero
2009-09-01 16:21               ` Stefan Monnier
2009-09-01 21:33                 ` Juanma Barranquero
2009-08-30 23:55         ` bug#4287: reducing emacs size by more frequent garbage-collect calls in loadup.el Juri Linkov
2009-08-31  4:25         ` Dan Nicolaescu
2009-08-31 14:49           ` Stefan Monnier
2009-09-01  0:57             ` Dan Nicolaescu
2009-09-17  6:25   ` bug#4287: marked as done (reducing emacs size by more frequent garbage-collect calls in loadup.el) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83r5ut9o72.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=4287@emacsbugs.donarmstrong.com \
    --cc=dann@ics.uci.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.