]> git.eshelyaron.com Git - emacs.git/commit
Add ephemeral relocation data class
authorAndreaCorallo <akrl@sdf.org>
Tue, 25 Feb 2020 22:35:02 +0000 (22:35 +0000)
committerAndrea Corallo <akrl@sdf.org>
Wed, 26 Feb 2020 10:40:29 +0000 (10:40 +0000)
commit94dcb69256a0daea2c51540217c3abdc2fd50552
tree12fd007e8e632f411a7db59f7548969cc8109351
parentf0daf1292ccfd6f07b8ded28e29f01919c43022e
Add ephemeral relocation data class

Add a new class of relocated objects that is in use just during load
process.  This in order to avoid having to maintain them in the heap
and traverse them at every GC.
lisp/emacs-lisp/comp.el
src/comp.c