]> git.eshelyaron.com Git - emacs.git/commit
Tweak GC performance if !USE_LSB_TAG
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 May 2020 22:47:59 +0000 (15:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 May 2020 22:48:31 +0000 (15:48 -0700)
commit0fc4989f34bdaf1bc443d05ece886ea91e7bc9cc
treeeb37822b28a5ffc655030c24c973572883fa4b0a
parent5467aac131fb49ff2af57ca21d7ec9cba7c19c82
Tweak GC performance if !USE_LSB_TAG

Performance issue reported by Eli Zaretskii (Bug#41321#149).
* src/alloc.c (GC_OBJECT_ALIGNMENT_MINIMUM): New constant.
(maybe_lisp_pointer): Use it instead of GCALIGNMENT.
src/alloc.c