diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-07-21 19:03:30 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-07-21 19:03:30 +0000 |
commit | dd44836c9828b4f04a1c4890f7b5ba71558db39b (patch) | |
tree | 4c91752bfdc95e579967439f4ec4a3e5bee77204 /etc | |
parent | 0c17e67cf2b5ab64c9e134f03942f173a956338c (diff) | |
download | emacs-dd44836c9828b4f04a1c4890f7b5ba71558db39b.tar.gz |
Add gc-cons-percentage.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5029,6 +5029,10 @@ running under X. ** 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. |