]> git.eshelyaron.com Git - emacs.git/commit
Improve native compiler startup circular dependecy prevention mechanism
authorAndrea Corallo <akrl@sdf.org>
Tue, 30 Nov 2021 13:18:58 +0000 (14:18 +0100)
committerAndrea Corallo <akrl@sdf.org>
Tue, 30 Nov 2021 14:42:41 +0000 (15:42 +0100)
commit9b381a95ef6cd9194d64bfb17fd50bb99fa6cd32
tree2beaee9f148cae181ff7948dc9fb9ee12f88b839
parent7b235b1ec05c48d70ea44982f04b7b5f4052fa05
Improve native compiler startup circular dependecy prevention mechanism

* src/comp.c (maybe_defer_native_compilation): Update to accumulate
delayed objects in `comp--delayed-sources'.
(syms_of_comp): Add `comp--delayed-sources' and `comp--loadable'
vars.

* lisp/startup.el (startup--honor-delayed-native-compilations): New
function.
(normal-top-level): Call it.
lisp/startup.el
src/comp.c