]> git.eshelyaron.com Git - emacs.git/commit
Be more aggressive in marking objects during GC
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 May 2020 22:29:23 +0000 (15:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 May 2020 23:30:54 +0000 (16:30 -0700)
commit68b6dad1d8e22fe700871c9a5a18da3dd496cc8a
tree323955f9083678f74a4559d8a9f9c3040e41d964
parent36f508f589597a399afd48550227cacc487abf30
Be more aggressive in marking objects during GC

Simplified version of a patch from Pip Cet (Bug#41321#299).
* src/alloc.c (maybe_lisp_pointer): Remove.  All uses removed.
(mark_memory): Also look at the pointer offset by â€˜lispsym’,
for symbols.
src/alloc.c