aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorAndrea Corallo2023-10-19 18:10:25 +0200
committerAndrea Corallo2023-11-09 11:06:06 +0100
commite6a955d2426875188f4ffdbc90d4861b917fd7bd (patch)
tree46bf94e1e5458efb5eb165d53fbebe7949d2f2ca /admin
parent5416896d608b68a969977f91b8de1e613300421d (diff)
downloademacs-e6a955d2426875188f4ffdbc90d4861b917fd7bd.tar.gz
emacs-e6a955d2426875188f4ffdbc90d4861b917fd7bd.zip
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.
Diffstat (limited to 'admin')
-rw-r--r--admin/MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS
index a6e1baf85e1..fbb89f66006 100644
--- a/admin/MAINTAINERS
+++ b/admin/MAINTAINERS
@@ -133,6 +133,7 @@ Andrea Corallo
133 Lisp native compiler 133 Lisp native compiler
134 src/comp.c 134 src/comp.c
135 lisp/emacs-lisp/comp.el 135 lisp/emacs-lisp/comp.el
136 lisp/emacs-lisp/comp-run.el
136 lisp/emacs-lisp/comp-cstr.el 137 lisp/emacs-lisp/comp-cstr.el
137 test/src/comp-*.el 138 test/src/comp-*.el
138 139