1
Fork 0
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:
Gareth Rees 2014-05-16 12:31:47 +01:00
parent 971b4fbdaa
commit 62eafbbb47

View file

@ -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