mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 16:51:46 -07:00
Add note about consequences of running frequent collections.
Copied from Perforce Change: 186134 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
971b4fbdaa
commit
62eafbbb47
1 changed files with 4 additions and 1 deletions
|
|
@ -66,7 +66,10 @@ General debugging advice
|
|||
result, by having a mode for testing in which you run frequent
|
||||
collections (by calling :c:func:`mps_arena_collect` followed by
|
||||
:c:func:`mps_arena_release`), perhaps as frequently as every
|
||||
allocation.
|
||||
allocation. (This will of course make the system run very slowly,
|
||||
but it ensures that if there are roots or references that are not
|
||||
being scanned then the failure will occur close in time to the cause,
|
||||
making it easier to diagnose.)
|
||||
|
||||
#. .. index::
|
||||
single: debugger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue