]> git.eshelyaron.com Git - emacs.git/commit
comp: split code in comp-run.el
authorAndrea Corallo <acorallo@gnu.org>
Thu, 19 Oct 2023 16:10:25 +0000 (18:10 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Thu, 9 Nov 2023 10:06:06 +0000 (11:06 +0100)
commite6a955d2426875188f4ffdbc90d4861b917fd7bd
tree46bf94e1e5458efb5eb165d53fbebe7949d2f2ca
parent5416896d608b68a969977f91b8de1e613300421d
comp: split code in comp-run.el

* lisp/emacs-lisp/comp-run.el : New file.
(comp-run)
(native-comp-jit-compilation-deny-list)
(native-comp-async-jobs-number)
(native-comp-async-report-warnings-errors)
(native-comp-always-compile)
(native-comp-async-cu-done-functions)
(native-comp-async-all-done-hook)
(native-comp-async-env-modifier-form)
(native-comp-async-query-on-exit, native-comp-verbose)
(comp-log-buffer-name, comp-async-buffer-name, comp-no-spawn)
(comp-async-compilations, native-comp-limple-mode)
(comp-ensure-native-compiler, native-compile-async-skip-p)
(comp-files-queue, comp-async-compilations, comp-async-runnings)
(comp-num-cpus, comp-effective-async-max-jobs)
(comp-last-scanned-async-output)
(comp-accept-and-process-async-output, comp-valid-source-re)
(comp-run-async-workers, native--compile-async)
(native-compile-async): Move these definitions here.
* lisp/Makefile.in (COMPILE_FIRST): Update.
* src/Makefile.in (elnlisp): Likewise.
* admin/MAINTAINERS: Likewise.
admin/MAINTAINERS
lisp/Makefile.in
lisp/emacs-lisp/comp-run.el [new file with mode: 0644]
lisp/emacs-lisp/comp.el
src/Makefile.in