summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
Commit message (Expand)AuthorAgeFilesLines
* * Don't install unnecessary trampolines (bug#69573) (don't merge)Andrea Corallo2024-03-261-7/+9
* * Fix missing `comp-files-queue' update (bug#63415).Andrea Corallo2024-03-211-2/+3
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Fix typosStefan Kangas2023-12-031-1/+1
* * lisp/emacs-lisp/comp.el (comp--native-compile): Fix OUTPUT for non abs pathsAndrea Corallo2023-08-271-1/+2
* * Fix `batch-byte+native-compile' target directory.Andrea Corallo2023-08-121-2/+3
* Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226)Andrea Corallo2023-08-091-5/+4
* ; Update my mail addressAndrea Corallo2023-06-081-1/+1
* Fix `emacs-lisp-native-compile-and-load' for C-h f (bug#58314)Andrea Corallo2023-06-061-10/+21
* * Account for `byte-compile-warnings' during native compilation (bug#63302).Andrea Corallo2023-05-171-0/+2
* Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-291-18/+23
* Revert "Comp fix calls to redefined primtives with op-bytecode (bug#61917)"Andrea Corallo2023-03-281-19/+11
* Revert "* lisp/emacs-lisp/comp.el (comp-emit-set-call-subr): Improve..."Andrea Corallo2023-03-281-1/+1
* * lisp/emacs-lisp/comp.el (comp-emit-set-call-subr): Improve 263d6c38539Andrea Corallo2023-03-211-1/+1
* Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-201-11/+19
* * Make sure `default-directory' exists before spawning processes (bug#62004)Andrea Corallo2023-03-081-1/+3
* * lisp/emacs-lisp/comp.el (comp-prettyformat-insn): Fix (bug#61917)Andrea Corallo2023-03-061-4/+6
* ; Minor fix of last changeEli Zaretskii2023-03-051-1/+1
* * Warn when certain primitives are redefined (bug#61880)Andrea Corallo2023-03-051-0/+11
* * lisp/emacs-lisp/comp.el (comp--trampoline-abs-filename): Improve 5d0b45cd67bAndrea Corallo2023-02-211-4/+2
* Make the native compiler always use `make-temp-file' for temporary filesAndrea Corallo2023-02-201-2/+2
* * Fix `native-comp-enable-subr-trampolines' semanticAndrea Corallo2023-02-181-1/+2
* ; Improve and update documentation of native compilationEli Zaretskii2023-02-171-3/+2
* * Generate trampolines in a temporary directory if no other option is viableAndrea Corallo2023-02-141-8/+12
* Rename native-comp-deferred-compilation-deny-listAndrea Corallo2023-02-131-3/+7
* Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo2023-02-131-3/+3
* * lisp/emacs-lisp/comp.el (native-comp-never-optimize-functions): Improve docAndrea Corallo2023-02-131-1/+6
* Support `comp-enable-subr-trampolines' as string valueAndrea Corallo2023-02-131-16/+23
* * Some more `inhibit-native-compile' clean-upAndrea Corallo2023-02-131-3/+1
* Revert "Add new variable 'inhibit-native-compilation'"Andrea Corallo2023-02-131-19/+16
* Revert "Rename to inhibit-automatic-native-compilation"Andrea Corallo2023-02-131-1/+1
* Fix spurious errors on Windows when deleting temporary *.eln filesEli Zaretskii2023-01-291-2/+5
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * Invoke spawed Emacs processes with '-Q' when native compiling (bug#60208)Andrea Corallo2022-12-211-2/+2
* Prevent Abort dialogs from async-compiling jobs on WindowsEli Zaretskii2022-12-171-2/+5
* ; Remove debugging leftover messageEli Zaretskii2022-12-031-1/+0
* Do not prune native-compiled system directories (bug#59658)Juanma Barranquero2022-11-281-1/+3
* ; Fix typosStefan Kangas2022-11-181-1/+1
* ; Fix typos (duplicate words)Stefan Kangas2022-11-171-1/+1
* Set 'native-comp-debug' to zero on MS-WindowsEli Zaretskii2022-10-291-2/+2
* Fix the subr-arity returned by native compiled functions with lots of argsAlan Mackenzie2022-10-291-3/+4
* Set `comp-no-spawn' earlier using -no-comp-spawnAndrea Corallo2022-10-261-5/+5
* * Fix async native compilation (bug#58637)Andrea Corallo2022-10-191-1/+2
* * Prevent potential native compilation infinite recursionsAndrea Corallo2022-10-181-83/+85
* Improve native-compile-prune-cache messagesStefan Kangas2022-10-171-1/+1
* Don't prune *.eln files in parent of eln-load-pathStefan Kangas2022-10-171-1/+3
* Fix spurious "Compilation finished" native-comp messagesLars Ingebrigtsen2022-10-171-3/+8
* Avoid having the async compile log saying it's compiling loaddefsLars Ingebrigtsen2022-10-171-0/+1
* Add trampoline AOT compilation target (bug#58318)Andrea Corallo2022-10-111-0/+11
* Rename to inhibit-automatic-native-compilationLars Ingebrigtsen2022-10-031-1/+1