]> git.eshelyaron.com Git - emacs.git/commit
Sanity check on lambdas fixups
authorAndrea Corallo <akrl@sdf.org>
Wed, 13 May 2020 07:52:47 +0000 (08:52 +0100)
committerAndrea Corallo <akrl@sdf.org>
Fri, 15 May 2020 19:06:49 +0000 (20:06 +0100)
commite351a12216519d3ed09892752ce0b137f6672986
tree4dc9be6f453f84181c9feb77975d5ec169cd3edb
parent2b064c780cdcb4a7bb832e11d4a166954c485ac5
Sanity check on lambdas fixups

* src/pdumper.c (dump_do_dump_relocation): While fixing up lambda
relocation verify placeholder coherency.

* src/comp.c (syms_of_comp): Define symbol 'lambda-fixup'.

* lisp/emacs-lisp/comp.el (comp-finalize-container): Leave a
lambda-fixup as placeholder in the relocation as a sanity check.
lisp/emacs-lisp/comp.el
src/comp.c
src/pdumper.c