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
2023-06-08
; Update my mail address
Andrea Corallo
2023-03-29
Comp fix calls to redefined primtives with op-bytecode (bug#61917)
Andrea Corallo
2023-02-20
Make the native compiler always use `make-temp-file' for temporary files
Andrea Corallo
2023-02-17
; Improve and update documentation of native compilation
Eli Zaretskii
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-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
2022-08-18
* Expose `comp-loaded-comp-units-h'
Andrea Corallo
2022-07-30
; Fix warnings from #pragma GCC iagnostic pop on macOS
Gerd Möllmann
2022-07-02
native-comp-eln-load-path doc string fix
Lars Ingebrigtsen
2022-06-16
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-12
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-06-09
Revert "* src/comp.c (Fcomp_el_to_eln_filename): Update error message."
Eli Zaretskii
2022-06-09
* src/comp.c (Fcomp_el_to_eln_filename): Update error message.
Jeff Walsh
2022-06-09
Update error message to reflect variable rename
Jeff Walsh
2022-05-24
Audit quoting symbols in C doc strings
Lars Ingebrigtsen
2022-05-23
Avoid compiler warnings on macOS (bug#55595)
Eli Zaretskii
2022-05-15
Adjust more prin1-to-string callers
Lars Ingebrigtsen
2022-04-18
Port struct Lisp_Subr to C99
Paul Eggert
2022-03-22
* src/comp.c: Few improvements following 71b8f1fc635.
Andrea Corallo
2022-03-21
; * src/comp.c: Update a comment.
Andrea Corallo
2022-03-19
Make native helper functions static
Paul Eggert
2022-03-19
Remove unused fns/data and make fns static
Paul Eggert
2022-03-19
Remove internal_condition_case_[345]
Paul Eggert
2022-03-19
Make `command-modes' work for (native-compiled) subrs, too
Lars Ingebrigtsen
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-01
* Improve 'maybe_defer_native_compilation'
Andrea Corallo
2022-02-01
Rename `comp--loadable' into `comp--compilable'
Andrea Corallo
2022-01-28
Reduce code duplication in parts of (auto)load&defalias
Stefan Monnier
2022-01-28
; Rename 'startup--require-comp-safetly'
Eli Zaretskii
2022-01-27
Fix potential native compiler circular dependencies during load
Andrea Corallo
2022-01-25
* src/comp.c (emit_lisp_obj_rval): Make use of NILP.
Andrea Corallo
2022-01-25
* src/comp.c (emit_limple_insn): Fix another int/Lisp_Object mixup
Stefan Monnier
2022-01-11
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
[next]