comp-async-buffer-name | Name of the async compilation buffer log. |
comp-async-compilations | Hash table file-name -> async compilation process. |
comp-files-queue | List of Emacs Lisp files to be compiled. |
comp-no-spawn | Non-nil don’t spawn native compilation processes. |
comp-valid-source-re | Regexp to match filename of valid input source files. |
comp-warn-primitives | List of primitives we want to warn about in case of redefinition. |
native-comp-always-compile | Non-nil means unconditionally (re-)compile all files. |
native-comp-async-all-done-hook | Hook run after completing asynchronous compilation of all input files. |
native-comp-async-cu-done-functions | List of functions to call when asynchronous compilation of a file is done. |
native-comp-async-jobs-number | Default number of subprocesses used for async native compilation. |
native-comp-async-on-battery-power | Whether to start asynchronous native compilation while on battery power. |
native-comp-async-query-on-exit | Whether to query the user about killing async compilations when exiting. |
native-comp-async-report-warnings-errors | Whether to report warnings and errors from asynchronous native compilation. |
native-comp-async-warnings-errors-kind | Which kind of warnings and errors to report from async native compilation. |
native-comp-jit-compilation-deny-list | List of regexps to exclude matching files from deferred native compilation. |