summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
Commit message (Expand)AuthorAgeFilesLines
* * Improve some docstring in comp.elAndrea Corallo2021-04-071-6/+13
* * lisp/emacs-lisp/comp.el (comp-clean-up-stale-eln): Clean-up all .eln dirs.Andrea Corallo2021-04-041-2/+5
* Issue a warning when eln look-up fails due to missing .el source file.Andrea Corallo2021-04-011-0/+7
* * lisp/emacs-lisp/comp.el (comp-final): Clean-up temporary file.Andrea Corallo2021-03-311-1/+3
* Rework native compilation `comp-debug' (bug#46495)Andrea Corallo2021-03-311-6/+6
* * lisp/emacs-lisp/comp.el (comp-debug): Fix docstring.Andrea Corallo2021-03-311-2/+2
* Improve two native compiler related docstrings.Andrea Corallo2021-03-241-1/+1
* * lisp/emacs-lisp/comp.el (comp-lookup-eln): Add autoload cookie.Andrea Corallo2021-03-211-0/+1
* * lisp/emacs-lisp/comp.el (comp-lookup-eln): Add new function.Andrea Corallo2021-03-211-0/+14
* Revert "* lisp/emacs-lisp/comp.el (comp-clean-up-stale-eln): Clean-up all..."Andrea Corallo2021-03-211-5/+2
* ; Remove two unnecessary quotesAndrea Corallo2021-03-211-1/+1
* * lisp/emacs-lisp/comp.el (comp-clean-up-stale-eln): Clean-up all .eln dirs.Andrea Corallo2021-03-211-2/+5
* Fix `no-byte-compile' native compilation interaction (bug#47169)Andrea Corallo2021-03-161-1/+2
* Have `no-byte-compile' implies also `no-native-compile'.Andrea Corallo2021-03-161-0/+2
* Prefer expand-file-name to concat in native-compilation codeEli Zaretskii2021-03-151-3/+3
* Fix some entry in `comp-known-type-specifiers' (bug#46847)Andrea Corallo2021-03-141-8/+8
* * Fix circular dependecy when loading a modified comp.el (bug#47049)Andrea Corallo2021-03-121-14/+17
* Implement `no-native-compile' (bug#46983)Andrea Corallo2021-03-121-43/+54
* * Fix error reporting for async native compilation (bug#47024)Andrea Corallo2021-03-121-5/+17
* * Fix truncated warnings (bug#47024)Andrea Corallo2021-03-101-1/+2
* Use `length=' and family where possible in native comp codeAndrea Corallo2021-03-071-3/+3
* * lisp/emacs-lisp/comp.el (w32-get-nproc): Suppress warning declaring it.Andrea Corallo2021-03-071-0/+1
* Allow for `comp-native-driver-options' to work as a file-local variable.Andrea Corallo2021-03-071-0/+4
* Use MS-Windows system APIs to get number of processorsEli Zaretskii2021-03-071-2/+1
* Fix miscompilation of funcall forms in some cases (bug#46974)Pip Cet2021-03-061-2/+4
* * lisp/emacs-lisp/comp.el (comp-add-cond-cstrs-simple): Suppress warning.Andrea Corallo2021-03-061-2/+1
* Fix typos and doc strings in native-compilation filesEli Zaretskii2021-03-041-103/+104
* Fix `eql' `equal' propagation of non hash consed values (bug#46843)Andrea Corallo2021-03-011-5/+10
* Don't treat '=' as simple equality emitting constraints (bug#46812)Andrea Corallo2021-02-281-15/+22
* Migrate and rename a bunch of functions from comp.el to comp-cstr.elAndrea Corallo2021-02-281-83/+17
* Make some defcustom types stricter in comp.elStefan Kangas2021-02-261-6/+9
* Add :version tags to defcustoms in comp.elStefan Kangas2021-02-261-15/+28
* Fix last changeEli Zaretskii2021-02-261-10/+12
* * Improve `comp-async-report-warnings-errors' docstringAndrea Corallo2021-02-261-1/+12
* Improve documentation of last changeEli Zaretskii2021-02-261-2/+6
* * Add `comp-async-query-on-exit' customize.Andrea Corallo2021-02-261-1/+6
* * Fix some comp-vec logicAndrea Corallo2021-02-251-4/+4
* * Fix two docstrings in comp.elAndrea Corallo2021-02-251-2/+2
* Fix async compilation and paramenter namingAndrea Corallo2021-02-241-6/+6
* Do not emit assumptions referencing clobbered mvars (bug#46670)Andrea Corallo2021-02-231-37/+65
* * Move ssa rename from vector to comp-vecAndrea Corallo2021-02-231-14/+14
* * Add a simple growable vector like typeAndrea Corallo2021-02-231-3/+50
* * Some clean-up in comp.elAndrea Corallo2021-02-221-9/+0
* * Don't use paths to indicate filenamesAndrea Corallo2021-02-221-10/+10
* * lisp/emacs-lisp/comp.el (comp-spill-lap): Fix doc string.Andrea Corallo2021-02-211-1/+1
* * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Default to speed 1.Andrea Corallo2021-02-111-1/+1
* Do not add unnecesary arg constraints (bug#45812 bug#45705 bug#45751).Andrea Corallo2021-01-191-0/+3
* * Run dead code removal always before fwprop, optim bootstrap time (~20% less)Andrea Corallo2021-01-171-2/+2
* * Introduce `comp-fwprop-max-insns-scan' as heuristic thresholdAndrea Corallo2021-01-171-2/+13
* Make `comp-enable-subr-trampolines' effective for advices (bug#45854)Andrea Corallo2021-01-171-1/+2