index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
comp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lisp/emacs-lisp/comp.el (comp-emit-set-call-subr): Improve 263d6c38539
Andrea Corallo
2023-03-21
1
-1
/
+1
*
Comp fix calls to redefined primtives with op-bytecode (bug#61917)
Andrea Corallo
2023-03-20
1
-11
/
+19
*
* Make sure `default-directory' exists before spawning processes (bug#62004)
Andrea Corallo
2023-03-08
1
-1
/
+3
*
* lisp/emacs-lisp/comp.el (comp-prettyformat-insn): Fix (bug#61917)
Andrea Corallo
2023-03-06
1
-4
/
+6
*
; Minor fix of last change
Eli Zaretskii
2023-03-05
1
-1
/
+1
*
* Warn when certain primitives are redefined (bug#61880)
Andrea Corallo
2023-03-05
1
-0
/
+11
*
* lisp/emacs-lisp/comp.el (comp--trampoline-abs-filename): Improve 5d0b45cd67b
Andrea Corallo
2023-02-21
1
-4
/
+2
*
Make the native compiler always use `make-temp-file' for temporary files
Andrea Corallo
2023-02-20
1
-2
/
+2
*
* Fix `native-comp-enable-subr-trampolines' semantic
Andrea Corallo
2023-02-18
1
-1
/
+2
*
; Improve and update documentation of native compilation
Eli Zaretskii
2023-02-17
1
-3
/
+2
*
* Generate trampolines in a temporary directory if no other option is viable
Andrea Corallo
2023-02-14
1
-8
/
+12
*
Rename native-comp-deferred-compilation-deny-list
Andrea Corallo
2023-02-13
1
-3
/
+7
*
Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolines
Andrea Corallo
2023-02-13
1
-3
/
+3
*
* lisp/emacs-lisp/comp.el (native-comp-never-optimize-functions): Improve doc
Andrea Corallo
2023-02-13
1
-1
/
+6
*
Support `comp-enable-subr-trampolines' as string value
Andrea Corallo
2023-02-13
1
-16
/
+23
*
* Some more `inhibit-native-compile' clean-up
Andrea Corallo
2023-02-13
1
-3
/
+1
*
Revert "Add new variable 'inhibit-native-compilation'"
Andrea Corallo
2023-02-13
1
-19
/
+16
*
Revert "Rename to inhibit-automatic-native-compilation"
Andrea Corallo
2023-02-13
1
-1
/
+1
*
Fix spurious errors on Windows when deleting temporary *.eln files
Eli Zaretskii
2023-01-29
1
-2
/
+5
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
* Invoke spawed Emacs processes with '-Q' when native compiling (bug#60208)
Andrea Corallo
2022-12-21
1
-2
/
+2
*
Prevent Abort dialogs from async-compiling jobs on Windows
Eli Zaretskii
2022-12-17
1
-2
/
+5
*
; Remove debugging leftover message
Eli Zaretskii
2022-12-03
1
-1
/
+0
*
Do not prune native-compiled system directories (bug#59658)
Juanma Barranquero
2022-11-28
1
-1
/
+3
*
; Fix typos
Stefan Kangas
2022-11-18
1
-1
/
+1
*
; Fix typos (duplicate words)
Stefan Kangas
2022-11-17
1
-1
/
+1
*
Set 'native-comp-debug' to zero on MS-Windows
Eli Zaretskii
2022-10-29
1
-2
/
+2
*
Fix the subr-arity returned by native compiled functions with lots of args
Alan Mackenzie
2022-10-29
1
-3
/
+4
*
Set `comp-no-spawn' earlier using -no-comp-spawn
Andrea Corallo
2022-10-26
1
-5
/
+5
*
* Fix async native compilation (bug#58637)
Andrea Corallo
2022-10-19
1
-1
/
+2
*
* Prevent potential native compilation infinite recursions
Andrea Corallo
2022-10-18
1
-83
/
+85
*
Improve native-compile-prune-cache messages
Stefan Kangas
2022-10-17
1
-1
/
+1
*
Don't prune *.eln files in parent of eln-load-path
Stefan Kangas
2022-10-17
1
-1
/
+3
*
Fix spurious "Compilation finished" native-comp messages
Lars Ingebrigtsen
2022-10-17
1
-3
/
+8
*
Avoid having the async compile log saying it's compiling loaddefs
Lars Ingebrigtsen
2022-10-17
1
-0
/
+1
*
Add trampoline AOT compilation target (bug#58318)
Andrea Corallo
2022-10-11
1
-0
/
+11
*
Rename to inhibit-automatic-native-compilation
Lars Ingebrigtsen
2022-10-03
1
-1
/
+1
*
Add new variable 'inhibit-native-compilation'
Lars Ingebrigtsen
2022-10-03
1
-16
/
+20
*
Merge from origin/emacs-28
Stefan Kangas
2022-09-21
1
-2
/
+3
|
\
|
*
MacOS ld warning from native compilation (bug#57849)
Gerd Möllmann
2022-09-19
1
-2
/
+3
*
|
Abolish max-specpdl-size (bug#57911)
Mattias Engdegård
2022-09-19
1
-1
/
+0
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-09-05
1
-2
/
+5
|
\
|
|
*
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Fail more gracefully
Stefan Monnier
2022-09-03
1
-2
/
+5
*
|
Teach 'max-char' about the Unicode code range
Eli Zaretskii
2022-09-03
1
-1
/
+1
*
|
* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix some type spec
Andrea Corallo
2022-08-22
1
-6
/
+16
*
|
Fix string-to-syntax signature in comp-known-type-specifiers
Mattias Engdegård
2022-08-18
1
-1
/
+1
*
|
* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix some type
Andrea Corallo
2022-08-18
1
-10
/
+10
*
|
Fix the bytecode incompatibility due to the change to 'narrow-to-region'.
Gregory Heytings
2022-08-01
1
-1
/
+4
*
|
Fix native compiler handling of narrow-to-region
Gerd Möllmann
2022-07-30
1
-5
/
+1
*
|
Adapt native compiler to change in narrow-to-region
Gerd Möllmann
2022-07-29
1
-1
/
+2
[next]