unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Subject: internals.texi
Date: Sun, 28 May 2006 18:54:21 -0500 (CDT)	[thread overview]
Message-ID: <200605282354.k4SNsLC1003677@jane.dms.auburn.edu> (raw)

If there is pure space overflow, the warning messages refer to the
node Pure Storage in the Elisp manual.  But that node nowhere mentions
the problems that pure space overflow causes (a very bad memory leak).

I propose the following minor changes to internals.texi.  I can
install if desired.

===File ~/internals.texi-diff===============================
*** internals.texi	10 May 2006 20:55:37 -0500	1.49
--- internals.texi	28 May 2006 17:52:17 -0500	
***************
*** 160,166 ****
  the part that didn't fit.  If that happens, you should increase the
  compilation parameter @code{PURESIZE} in the file
  @file{src/puresize.h} and rebuild Emacs, even though the resulting
! image will work.  Such an overflow normally won't happen unless you
  try to preload additional libraries or add features to the standard
  ones.  Emacs will display a warning about the overflow when it
  starts.
--- 160,167 ----
  the part that didn't fit.  If that happens, you should increase the
  compilation parameter @code{PURESIZE} in the file
  @file{src/puresize.h} and rebuild Emacs, even though the resulting
! image will work: garbage collection is disabled in this situation,
! causing a memory leak.  Such an overflow normally won't happen unless you
  try to preload additional libraries or add features to the standard
  ones.  Emacs will display a warning about the overflow when it
  starts.
***************
*** 348,353 ****
--- 349,358 ----
  object consists of a header and the storage for the string text
  itself; the latter is only allocated when the string is created.)
  @end table
+ 
+ If there was overflow in pure space (see the previous section),
+ @code{garbage-collect} returns @code{nil}, because a real garbage
+ collection can not be done in this situation.
  @end deffn
  
  @defopt garbage-collection-messages
============================================================

             reply	other threads:[~2006-05-28 23:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-28 23:54 Luc Teirlinck [this message]
2006-05-29 18:02 ` internals.texi Richard Stallman

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=200605282354.k4SNsLC1003677@jane.dms.auburn.edu \
    --to=teirllm@dms.auburn.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 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).