index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp.c
Age
Commit message (
Expand
)
Author
2024-05-28
Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)
Stefan Monnier
2024-05-24
* src/comp.c (check_comp_unit_relocs): Remove unneccesary double access.
Andrea Corallo
2024-05-13
Introduce 'compilation-safety' variable
Andrea Corallo
2024-04-28
(COMPILED): Rename to CLOSURE
Stefan Monnier
2024-04-28
* src/comp.c (comp_hash_string): Count bytes, not chars.
Mattias Engdegård
2024-03-20
; Fix doc strings of recent changes
Eli Zaretskii
2024-03-20
Add native compiler sanitizer
Andrea Corallo
2024-03-18
(cl-type-of): New function to return more precise types (bug#69739)
Stefan Monnier
2024-02-11
Rename a number of native compiler functions
Andrea Corallo
2024-01-27
Add DOHASH_SAFE, make DOHASH faster (bug#68690)
Mattias Engdegård
2024-01-24
(DOHASH): Change calling convention
Stefan Monnier
2024-01-21
Add C macro for hash table iteration
Mattias Engdegård
2024-01-20
Be more systematic about parens in C source code
Paul Eggert
2024-01-12
Abstract predicate and constant for unused hash keys
Mattias Engdegård
2024-01-06
Merge from origin/emacs-29
Eli Zaretskii
2024-01-04
* src/comp.c (Fcomp__compile_ctxt_to_file): Fix hash table Qunbound use.
Andrea Corallo
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-08-07
Fix some emacs_fopen confusion
Paul Eggert
2023-07-15
; * src/comp.c (CALL0I): Ifdef away, as it's now unused.
Eli Zaretskii
2023-07-13
src/comp.c: Use `pending_funcalls` to fix bug#64494
Stefan Monnier
2023-06-10
Merge from origin/emacs-29
Eli Zaretskii
2023-06-08
; Update my mail address
Andrea Corallo
2023-04-03
Merge from origin/emacs-29
João Távora
2023-03-29
Comp fix calls to redefined primtives with op-bytecode (bug#61917)
Andrea Corallo
2023-02-21
Merge from origin/emacs-29
Stefan Kangas
2023-02-20
Make the native compiler always use `make-temp-file' for temporary files
Andrea Corallo
2023-02-18
Merge from origin/emacs-29
Stefan Kangas
2023-02-17
; Improve and update documentation of native compilation
Eli Zaretskii
2023-02-14
* src/comp.c (Fcomp__compile_ctxt_to_file): Don't create output file twice
Andrea Corallo
2023-02-13
Rename native-comp-deferred-compilation into native-comp-jit-compilation
Andrea Corallo
2023-02-13
Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolines
Andrea Corallo
2023-02-13
Support `comp-enable-subr-trampolines' as string value
Andrea Corallo
2023-02-13
Revert "Add new variable 'inhibit-native-compilation'"
Andrea Corallo
2023-02-13
Revert "Rename to inhibit-automatic-native-compilation"
Andrea Corallo
2023-01-30
Merge from origin/emacs-29
Stefan Kangas
2023-01-29
* src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#60996).
Eli Zaretskii
2023-01-28
; * src/comp.c: Remove Local Variables section to avoid warnings.
Eli Zaretskii
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-11-18
; Fix typos
Stefan Kangas
2022-11-17
; * src/comp.c (Fnative_elisp_load): Fix typo in docstring
Juanma Barranquero
2022-10-16
Merge from origin/emacs-28
Stefan Kangas
2022-10-15
; Fix documentation of 'comp-enable-subr-trampolines'
Eli Zaretskii
2022-10-05
Add comment explaining gcc_jit_context_new_bitcast usage.
Vibhav Pant
2022-10-05
Address styling comments.
Vibhav Pant
2022-10-05
comp.c: Add declaration for gcc_jit_type_is_pointer.
Vibhav Pant
2022-10-05
src/comp.c: Use libgccjit's bitcast API for type coercion, when available.
Vibhav Pant
2022-10-03
Rename to inhibit-automatic-native-compilation
Lars Ingebrigtsen
2022-10-03
Add new variable 'inhibit-native-compilation'
Lars Ingebrigtsen
2022-09-03
Update error message to reflect variable rename
Jeff Walsh
[next]