diff options
| author | Stefan Monnier | 2005-07-21 19:03:30 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-07-21 19:03:30 +0000 |
| commit | dd44836c9828b4f04a1c4890f7b5ba71558db39b (patch) | |
| tree | 4c91752bfdc95e579967439f4ec4a3e5bee77204 | |
| parent | 0c17e67cf2b5ab64c9e134f03942f173a956338c (diff) | |
| download | emacs-dd44836c9828b4f04a1c4890f7b5ba71558db39b.tar.gz emacs-dd44836c9828b4f04a1c4890f7b5ba71558db39b.zip | |
Add gc-cons-percentage.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -5029,6 +5029,10 @@ running under X. | |||
| 5029 | ** GC changes: | 5029 | ** GC changes: |
| 5030 | 5030 | ||
| 5031 | +++ | 5031 | +++ |
| 5032 | *** New variable `gc-cons-percentage' automatically grows the GC cons threshold | ||
| 5033 | as the heap sizxe increases. | ||
| 5034 | |||
| 5035 | +++ | ||
| 5032 | *** New variables `gc-elapsed' and `gcs-done' provide extra information | 5036 | *** New variables `gc-elapsed' and `gcs-done' provide extra information |
| 5033 | on garbage collection. | 5037 | on garbage collection. |
| 5034 | 5038 | ||