unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* internals.texi
@ 2006-05-28 23:54 Luc Teirlinck
  2006-05-29 18:02 ` internals.texi Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Luc Teirlinck @ 2006-05-28 23:54 UTC (permalink / 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
============================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: internals.texi
  2006-05-28 23:54 internals.texi Luc Teirlinck
@ 2006-05-29 18:02 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2006-05-29 18:02 UTC (permalink / raw)
  Cc: emacs-devel

Your change is good; please install it.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-29 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-28 23:54 internals.texi Luc Teirlinck
2006-05-29 18:02 ` internals.texi Richard Stallman

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).