]> git.eshelyaron.com Git - emacs.git/commit
Keep track of consing while GC’s inhibited
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Jul 2019 01:05:31 +0000 (18:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Jul 2019 01:06:11 +0000 (18:06 -0700)
commitc34496d0b956abc9d1ad55daa53ba626138233f4
treee3ae725b0e8fd6049c17724af6175b615ac49aca
parentf9443e2a83e2bd09fd82c1bd3688990346a03d35
Keep track of consing while GC’s inhibited

* src/alloc.c (allow_garbage_collection): Do not discard the count
of consing that occurred while GC was inhibited.
Problem and initial fix reported by Pip Cet in:
https://lists.gnu.org/r/emacs-devel/2019-07/msg00523.html
src/alloc.c