Mercurial > emacs
changeset 64581:87f087128cf2
Add gc-cons-percentage.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 21 Jul 2005 19:03:30 +0000 |
parents | 8e0b1420853a |
children | 3196fbe99547 |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Jul 21 19:03:13 2005 +0000 +++ b/etc/NEWS Thu Jul 21 19:03:30 2005 +0000 @@ -5029,6 +5029,10 @@ ** GC changes: +++ +*** New variable `gc-cons-percentage' automatically grows the GC cons threshold +as the heap sizxe increases. + ++++ *** New variables `gc-elapsed' and `gcs-done' provide extra information on garbage collection.