summaryrefslogtreecommitdiff
path: root/src/comp.c
AgeCommit message (Expand)Author
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
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-31Try to make scratch/correct-warning-pos build on Windows and not segfaultAlan Mackenzie
2021-12-31Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie
2021-12-30Make symbols with positions work with native compilationAlan Mackenzie
2021-12-15Have 'dlopen' use RTLD_GLOBAL in 'dynlib_open'Andrea Corallo
2021-12-03Merge from origin/emacs-28Stefan Kangas
2021-12-02Port to C compilers that lack size-0 arraysPaul Eggert
2021-12-01Merge from origin/emacs-28Stefan Kangas
2021-11-30; * src/comp.c (syms_of_comp) <comp-no-native-file-h>: Doc fix.Eli Zaretskii
2021-11-30; * src/comp.c (syms_of_comp): Fix first lines of doc strings.Eli Zaretskii
2021-11-30Improve native compiler startup circular dependecy prevention mechanismAndrea Corallo