unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Cc: emacs-devel@gnu.org
Subject: Re: overflow pure space
Date: Thu, 06 Jul 2006 20:01:25 +0900	[thread overview]
Message-ID: <wlac7n6lq2.wl%mituharu@math.s.chiba-u.ac.jp> (raw)
In-Reply-To: <u4pxvquh8.fsf@gnu.org>

> The question is not what caused the recent addition to the pure
> space, the question is why some people see overflow, while others
> don't, on the same platform.

Maybe I'm not completely following the related threads, but at least
one can see such a difference as follows:

$ make bootstrap
-> 1210372 pure bytes used

$ cd lisp
$ make bootstrap-clean
$ make compile EMACS=../src/emacs
$ cd ..
$ make clean
$ make
-> 1209036 pure bytes used
(on Mac OS X 10.4.7, X11)

I observed that .elc's compiled by bootstrap-emacs have `dolist'
expanded by cl.el, whereas those compiled by emacs have
subr.el-version.  Actually, bootstrap-emacs loads cl.el via preloaded
.el files that contain (eval-when-compile (require 'cl)), where
`eval-when-compile' just behaves like `progn'.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp

  reply	other threads:[~2006-07-06 11:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-05 15:04 overflow pure space Robert J. Chassell
2006-07-05 15:42 ` Chong Yidong
2006-07-05 18:35   ` Eli Zaretskii
2006-07-05 18:44     ` Chong Yidong
2006-07-06  3:32       ` Eli Zaretskii
2006-07-06 11:01         ` YAMAMOTO Mitsuharu [this message]
2006-07-06 11:40           ` Evil Boris
2006-07-05 17:45 ` Jan Djärv
2006-07-05 20:02 ` Miles Bader
2006-07-05 21:52   ` Robert J. Chassell

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=wlac7n6lq2.wl%mituharu@math.s.chiba-u.ac.jp \
    --to=mituharu@math.s.chiba-u.ac.jp \
    --cc=emacs-devel@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).