mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
; Add a comment
This commit is contained in:
parent
7d7ecea0eb
commit
a4c65bd509
1 changed files with 4 additions and 0 deletions
|
|
@ -4041,6 +4041,10 @@ buffer_it_next (struct igc_buffer_it *it)
|
|||
static bool
|
||||
arena_step (void)
|
||||
{
|
||||
/* mps_arena_step does not guarantee to return swiftly. And it seems
|
||||
that it sometimes does an opportunistic full collection alleging
|
||||
the client predicted lots of idle time. But it doesn't tell how
|
||||
it comes to that conclusion. This is caused by bug#79346 in MPS. */
|
||||
if (!FIXNUMP (Vigc_step_interval)
|
||||
|| XFIXNUM (Vigc_step_interval) != 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue