]> git.eshelyaron.com Git - emacs.git/commit
Optimize relocation classes for object duplication
authorAndrea Corallo <akrl@sdf.org>
Sat, 29 Feb 2020 15:53:42 +0000 (15:53 +0000)
committerAndrea Corallo <akrl@sdf.org>
Sun, 1 Mar 2020 19:22:27 +0000 (19:22 +0000)
commit5543338b0c6245f0d1939d9c2617b65ded59ca3b
tree0008083dbb0966476df4fa56d93d2fb8a4390421
parentb7f36249246a8f80924806593afcf55ab3baca2a
Optimize relocation classes for object duplication

Merge duplicated  objects during final. Precendece is:
1 d-default
2 d-impure
3 d-ephemeral

Now every object identify uniquely a relocation class.  Because of
this there's no need to keep the reloc class into m-var.
lisp/emacs-lisp/comp.el
src/comp.c