From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: mathias.dahl@gmail.com, rms@gnu.org, ralphm@members.fsf.org,
emacs-devel@gnu.org
Subject: Re: Building Emacs overflowed pure space
Date: Tue, 18 Jul 2006 17:01:41 -0500 (CDT) [thread overview]
Message-ID: <200607182201.k6IM1fjg001522@jane.dms.auburn.edu> (raw)
In-Reply-To: <uu05eis86.fsf@gnu.org> (message from Eli Zaretskii on Tue, 18 Jul 2006 23:16:25 +0300)
Eli Zaretskii wrote:
No, this cannot explain the differences I was trying to investigate,
because I made a point, as part of my testing, of building Emacs both
with and without bootstrap. I got the same numbers in both cases.
On the other hand, I guess that you read the following two messages in
which two people reported seeing a difference in pure-bytes-used
depending on the way they compiled Emacs?
Date: Thu, 06 Jul 2006 20:01:25 +0900
From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Organization: Faculty of Science, Chiba University
Cc: emacs-devel@gnu.org
Sender: emacs-devel-bounces+teirllm=mail.auburn.edu@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
X-Injected-Via-Gmane: http://gmane.org/
From: Evil Boris <evilborisnet@netscape.net>
Date: Thu, 06 Jul 2006 07:40:47 -0400
X-Gmane-NNTP-Posting-Host: 207-38-193-43.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com
Cancel-Lock: sha1:oxVdsPt4RABMvFYyjLvvrf0IEG0=
Sender: emacs-devel-bounces+teirllm=mail.auburn.edu@gnu.org
For what it's worth, I have been using the following recipe (taken
from INSTALL.CVS, is it still valid advice?) for updating Emacs. After
cvs update
I do:
% gmake
% cd lisp
% gmake recompile EMACS=../src/emacs
% cd ..
% gmake
I have noticed that the amount of pure storage needed in the initial
call to gmake is different from the one needed after recompile.
(sparc-sun-solaris2.7, X toolkit). Is this to be expected?
Specifically, the last build I tried (Jul 4) required 1210824 pure
bytes in second iteration and 1208688 in the first (so the latest
increase does not suffice).
Cheers,
--Boris
next prev parent reply other threads:[~2006-07-18 22:01 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-18 8:38 Building Emacs overflowed pure space Mathias Dahl
2006-07-18 9:02 ` Ralph Moritz
2006-07-18 12:06 ` Mathias Dahl
2006-07-18 13:37 ` David Hansen
2006-07-18 15:00 ` Richard Stallman
2006-07-18 18:55 ` Luc Teirlinck
2006-07-18 20:16 ` Eli Zaretskii
2006-07-18 20:56 ` Stefan Monnier
2006-07-19 2:51 ` Eli Zaretskii
2006-07-19 4:35 ` Stefan Monnier
2006-07-19 4:42 ` Miles Bader
2006-07-19 18:13 ` Eli Zaretskii
2006-07-19 13:52 ` mituharu
2006-07-19 15:07 ` Stefan Monnier
2006-07-19 21:16 ` Richard Stallman
2006-07-20 1:12 ` YAMAMOTO Mitsuharu
2006-07-22 9:06 ` YAMAMOTO Mitsuharu
2006-07-22 16:03 ` Stefan Monnier
2006-07-22 23:11 ` Kim F. Storm
2006-07-23 3:47 ` Stefan Monnier
2006-07-25 1:14 ` YAMAMOTO Mitsuharu
2006-07-25 4:13 ` Richard Stallman
2006-07-25 10:41 ` YAMAMOTO Mitsuharu
2006-07-25 10:56 ` David Kastrup
2006-07-25 11:00 ` Andreas Schwab
2006-07-25 11:05 ` David Kastrup
[not found] ` <85ejwahrqi.fsf@lola.goethe.zz>
2006-07-25 11:08 ` Andreas Schwab
2006-07-25 11:23 ` David Kastrup
2006-07-23 5:26 ` Richard Stallman
2006-07-18 22:01 ` Luc Teirlinck [this message]
2006-07-18 23:44 ` Chong Yidong
2006-07-19 0:06 ` Luc Teirlinck
2006-07-19 0:14 ` Luc Teirlinck
2006-07-19 0:21 ` Luc Teirlinck
2006-07-19 2:56 ` Eli Zaretskii
2006-07-18 19:29 ` Luc Teirlinck
2006-07-19 6:04 ` Richard Stallman
2006-07-19 9:22 ` YAMAMOTO Mitsuharu
2006-07-19 9:46 ` YAMAMOTO Mitsuharu
2006-07-19 15:05 ` Stefan Monnier
2006-07-19 23:13 ` Kim F. Storm
2006-07-20 4:05 ` Stefan Monnier
2006-07-20 2:13 ` YAMAMOTO Mitsuharu
2006-07-20 2:21 ` Richard Stallman
2006-07-20 2:21 ` Richard Stallman
2006-07-20 4:07 ` Stefan Monnier
2006-07-20 8:14 ` Kim F. Storm
2006-07-20 15:26 ` Stefan Monnier
2006-07-20 18:16 ` Richard Stallman
2006-07-19 21:15 ` Richard Stallman
2006-07-19 22:47 ` Kim F. Storm
2006-07-20 15:33 ` Richard Stallman
2006-07-20 9:34 ` Kim F. Storm
2006-07-20 9:58 ` David Kastrup
2006-07-20 11:35 ` Kim F. Storm
2006-07-20 13:46 ` David Kastrup
2006-07-20 18:16 ` Richard Stallman
2006-07-21 8:36 ` Kim F. Storm
2006-07-21 19:36 ` Richard Stallman
2006-07-21 19:48 ` David Kastrup
2006-07-21 20:40 ` Andreas Schwab
2006-07-21 20:49 ` David Kastrup
2006-07-22 15:49 ` Richard Stallman
2006-07-20 16:03 ` Stefan Monnier
2006-07-20 21:46 ` Richard Stallman
2006-07-20 22:11 ` Stefan Monnier
2006-07-21 4:46 ` Richard Stallman
2006-07-21 12:57 ` Stefan Monnier
2006-07-21 19:37 ` Richard Stallman
2006-07-19 0:44 ` Katsumi Yamaoka
-- strict thread matches above, loose matches on Subject: below --
2006-08-07 13:30 Klaus Zeitler
2006-08-08 9:20 ` Klaus Zeitler
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=200607182201.k6IM1fjg001522@jane.dms.auburn.edu \
--to=teirllm@dms.auburn.edu \
--cc=emacs-devel@gnu.org \
--cc=mathias.dahl@gmail.com \
--cc=ralphm@members.fsf.org \
--cc=rms@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.