]> git.eshelyaron.com Git - emacs.git/commit
Fix potential native compiler circular dependencies during load
authorAndrea Corallo <akrl@sdf.org>
Thu, 27 Jan 2022 17:18:13 +0000 (18:18 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 27 Jan 2022 22:02:31 +0000 (23:02 +0100)
commit536a57b72ce11b1bb8d1b34b339424fea6ccbcce
treeb9b191c900d95f0cf6f51c1415a5a82325539dd1
parentce220524fcfcd0b51cb13cd2c15470f1b6ea0baf
Fix potential native compiler circular dependencies during load

* lisp/startup.el (startup--require-comp-safetly): New function.
(startup--honor-delayed-native-compilations): Make use of
`startup--require-comp-safetly'.
* src/comp.c (CALL0I): New define.
(maybe_defer_native_compilation): Make use of
`startup--require-comp-safetly'.
lisp/startup.el
src/comp.c