summaryrefslogtreecommitdiff
path: root/src/comp.c
AgeCommit message (Expand)Author
2023-06-08; Update my mail addressAndrea Corallo
2023-03-29Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo
2023-02-20Make the native compiler always use `make-temp-file' for temporary filesAndrea Corallo
2023-02-17; Improve and update documentation of native compilationEli Zaretskii
2023-02-13Rename native-comp-deferred-compilation into native-comp-jit-compilationAndrea Corallo
2023-02-13Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo
2023-02-13Support `comp-enable-subr-trampolines' as string valueAndrea Corallo
2023-02-13Revert "Add new variable 'inhibit-native-compilation'"Andrea Corallo
2023-02-13Revert "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 typosStefan Kangas
2022-11-17; * src/comp.c (Fnative_elisp_load): Fix typo in docstringJuanma Barranquero
2022-10-16Merge from origin/emacs-28Stefan Kangas
2022-10-15; Fix documentation of 'comp-enable-subr-trampolines'Eli Zaretskii
2022-10-05Add comment explaining gcc_jit_context_new_bitcast usage.Vibhav Pant
2022-10-05Address styling comments.Vibhav Pant
2022-10-05comp.c: Add declaration for gcc_jit_type_is_pointer.Vibhav Pant
2022-10-05src/comp.c: Use libgccjit's bitcast API for type coercion, when available.Vibhav Pant
2022-10-03Rename to inhibit-automatic-native-compilationLars Ingebrigtsen
2022-10-03Add new variable 'inhibit-native-compilation'Lars Ingebrigtsen
2022-09-03Update error message to reflect variable renameJeff Walsh
2022-08-18* Expose `comp-loaded-comp-units-h'Andrea Corallo
2022-07-30; Fix warnings from #pragma GCC iagnostic pop on macOSGerd Möllmann
2022-07-02native-comp-eln-load-path doc string fixLars Ingebrigtsen
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård
2022-06-12Use BASE_EQ when comparing with QunboundMattias Engdegård
2022-06-09Revert "* 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-09Update error message to reflect variable renameJeff Walsh
2022-05-24Audit quoting symbols in C doc stringsLars Ingebrigtsen
2022-05-23Avoid compiler warnings on macOS (bug#55595)Eli Zaretskii
2022-05-15Adjust more prin1-to-string callersLars Ingebrigtsen
2022-04-18Port struct Lisp_Subr to C99Paul 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-19Make native helper functions staticPaul Eggert
2022-03-19Remove unused fns/data and make fns staticPaul Eggert
2022-03-19Remove internal_condition_case_[345]Paul Eggert
2022-03-19Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-02-01* Improve 'maybe_defer_native_compilation'Andrea Corallo
2022-02-01Rename `comp--loadable' into `comp--compilable'Andrea Corallo
2022-01-28Reduce code duplication in parts of (auto)load&defaliasStefan Monnier
2022-01-28; Rename 'startup--require-comp-safetly'Eli Zaretskii
2022-01-27Fix potential native compiler circular dependencies during loadAndrea 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 mixupStefan Monnier
2022-01-11Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie
2022-01-01Merge from origin/emacs-28Eli Zaretskii