all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Eli Zaretskii <eliz@gnu.org>
Cc: rgm@gnu.org, Dan Nicolaescu <dann@ics.uci.edu>,
	emacs-devel@gnu.org, jasonr@gnu.org
Subject: Re: bootstrap compiles C files twice
Date: Tue, 03 Jun 2008 23:57:48 -0400	[thread overview]
Message-ID: <jwvfxrtkg3s.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <u7id5dhlo.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 04 Jun 2008 06:06:11 +0300")

>> > See my remarks above about overflowing the pure storage while building
>> > bootstrap-emacs. 
>> 
>> Is that an issue?  We don't seem to be even close to that, at least on a
>> GNU/Linux x86 machine:
>> 
>> [snip]
>> ((286525 . 10109) (13904 . 2) (653 . 157) 2024114 1310655 (105 . 2) (24 . 49) (30703 . 11822))
>> Finding pointers to doc strings...
>> Finding pointers to doc strings...done
>> Finding pointers to doc strings...done
>> Dumping under names emacs and emacs-23.0.60
>> 71704 pure bytes used
>> ^^^^^

> Isn't this small number a clear sign of pure space overflow?

I think it's a sign that loadup.el does

(if (or (equal (nth 3 command-line-args) "bootstrap")
    [...]
      ;; We'll probably overflow the pure space.
      (setq purify-flag nil)


-- Stefan




  parent reply	other threads:[~2008-06-04  3:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-03  3:20 bootstrap compiles C files twice Glenn Morris
2008-06-03  5:26 ` Stefan Monnier
2008-06-03 16:14   ` Dan Nicolaescu
2008-06-03  7:55 ` Jason Rumney
2008-06-03 18:26   ` Eli Zaretskii
2008-06-03 18:40     ` Glenn Morris
2008-06-03 19:16       ` Glenn Morris
2008-06-03 20:23       ` Eli Zaretskii
2008-06-03 20:52         ` Dan Nicolaescu
2008-06-04  3:06           ` Eli Zaretskii
2008-06-04  3:14             ` Dan Nicolaescu
2008-06-04  3:57             ` Stefan Monnier [this message]
2008-06-04 18:50               ` Eli Zaretskii
2008-06-03 22:18         ` Glenn Morris
2008-06-04  3:15           ` Eli Zaretskii
2008-06-04 19:20             ` Glenn Morris
2008-06-05  3:12               ` Eli Zaretskii
2008-06-05 19:29                 ` Glenn Morris
2008-06-06  9:39                   ` Eli Zaretskii

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=jwvfxrtkg3s.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=dann@ics.uci.edu \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=jasonr@gnu.org \
    --cc=rgm@gnu.org \
    /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.