emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/internals.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/internals.texi
Date: Fri, 22 Jul 2005 18:58:15 -0400

Index: emacs/lispref/internals.texi
diff -c emacs/lispref/internals.texi:1.40 emacs/lispref/internals.texi:1.41
*** emacs/lispref/internals.texi:1.40   Thu Jul 21 19:03:13 2005
--- emacs/lispref/internals.texi        Fri Jul 22 22:58:15 2005
***************
*** 369,383 ****
  @end defopt
  
  @defopt gc-cons-percentage
! The value of this variable is the minimum portion of the heap that
! should be allocated before a garbage collection takes place.  It is
! used only if the specified size is larger than
! @code{gc-cons-threshold}.
  
  As the heap size increases, the time to perform a garbage collection
! increases, so in order to compensate, this variable tries to
! correspondingly reduce the frequency of collection by letting Emacs
! allocate more memory between each collection.
  @end defopt
  
    The value returned by @code{garbage-collect} describes the amount of
--- 369,382 ----
  @end defopt
  
  @defopt gc-cons-percentage
! The value of this variable specifies the amount of consing before a
! garbage collection occurs, as a fraction of the current heap size.
! This criterion and @code{gc-cons-threshold} apply in parallel, and
! garbage collection occurs only when both criteria are satisfied.
  
  As the heap size increases, the time to perform a garbage collection
! increases.  Thus, it can be desirable to do them less frequently in
! proportion.
  @end defopt
  
    The value returned by @code{garbage-collect} describes the amount of




reply via email to

[Prev in Thread] Current Thread [Next in Thread]