From: Alexander Klimov <alserkli@inbox.ru>
To: emacs-devel@gnu.org
Subject: temacs: (require cl) while preparing to dump
Date: Thu, 13 Dec 2007 10:59:24 +0200 (IST) [thread overview]
Message-ID: <TheMailAgent.ae3eb924426e8a@4b642095e399c35dc0d8a> (raw)
Hi.
I try to bootstrap current CVS version on cygwin. During bootstrap it
goes as follows
[...]
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
[...]
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
Static heap usage: 11745936 of 12582912 bytes
67548 pure bytes used
mv -f emacs.exe bootstrap-emacs.exe
[...]
echo Directories: $wins; \
EMACSLOADPATH=/tmp/emacs-cvs/lisp ../src/bootstrap-emacs.exe -batch [...]
Directories: [...]
and bootstrap-emacs is stuck consuming 50% CPU on dual core.
Trying to investigate (gdb does not allow to see where it is actually
stuck) I found that while on Linux
$ ./temacs --batch --load loadup 2>&1 | wc -l
gives
123
on cygwin
$ ./temacs --batch --load loadup
gives only
Loading loadup.el (source)...
Using load-path (/tmp/emacs-cvs/lisp)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading cus-start (source)...
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
Loading env (source)...
(require cl) while preparing to dump
Any idea?
--
Regards,
ASK
reply other threads:[~2007-12-13 8:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=TheMailAgent.ae3eb924426e8a@4b642095e399c35dc0d8a \
--to=alserkli@inbox.ru \
--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).