summaryrefslogtreecommitdiff
path: root/src/comp.c
Commit message (Expand)AuthorAgeFilesLines
* Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-291-0/+8
* Make the native compiler always use `make-temp-file' for temporary filesAndrea Corallo2023-02-201-1/+6
* ; Improve and update documentation of native compilationEli Zaretskii2023-02-171-41/+44
* Rename native-comp-deferred-compilation into native-comp-jit-compilationAndrea Corallo2023-02-131-4/+4
* Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo2023-02-131-1/+2
* Support `comp-enable-subr-trampolines' as string valueAndrea Corallo2023-02-131-1/+4
* Revert "Add new variable 'inhibit-native-compilation'"Andrea Corallo2023-02-131-8/+0
* Revert "Rename to inhibit-automatic-native-compilation"Andrea Corallo2023-02-131-4/+3
* ; * src/comp.c: Remove Local Variables section to avoid warnings.Eli Zaretskii2023-01-281-3/+0
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-11-181-1/+1
* ; * src/comp.c (Fnative_elisp_load): Fix typo in docstringJuanma Barranquero2022-11-171-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-10-161-2/+15
|\
| * ; Fix documentation of 'comp-enable-subr-trampolines'Eli Zaretskii2022-10-151-2/+15
| * Update error message to reflect variable renameJeff Walsh2022-06-091-1/+1
* | Add comment explaining gcc_jit_context_new_bitcast usage.Vibhav Pant2022-10-051-0/+5
* | Address styling comments.Vibhav Pant2022-10-051-7/+7
* | comp.c: Add declaration for gcc_jit_type_is_pointer.Vibhav Pant2022-10-051-2/+12
* | src/comp.c: Use libgccjit's bitcast API for type coercion, when available.Vibhav Pant2022-10-051-5/+57
* | Rename to inhibit-automatic-native-compilationLars Ingebrigtsen2022-10-031-3/+4
* | Add new variable 'inhibit-native-compilation'Lars Ingebrigtsen2022-10-031-0/+8
* | Update error message to reflect variable renameJeff Walsh2022-09-031-1/+1
* | * Expose `comp-loaded-comp-units-h'Andrea Corallo2022-08-181-9/+10
* | ; Fix warnings from #pragma GCC iagnostic pop on macOSGerd Möllmann2022-07-301-0/+4
* | native-comp-eln-load-path doc string fixLars Ingebrigtsen2022-07-021-1/+1
* | Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-1/+1
* | Use BASE_EQ when comparing with QunboundMattias Engdegård2022-06-121-4/+4
* | Revert "* src/comp.c (Fcomp_el_to_eln_filename): Update error message."Eli Zaretskii2022-06-091-1/+1
* | * src/comp.c (Fcomp_el_to_eln_filename): Update error message.Jeff Walsh2022-06-091-1/+1
* | Audit quoting symbols in C doc stringsLars Ingebrigtsen2022-05-241-1/+1
* | Avoid compiler warnings on macOS (bug#55595)Eli Zaretskii2022-05-231-1/+1
* | Adjust more prin1-to-string callersLars Ingebrigtsen2022-05-151-6/+6
* | Port struct Lisp_Subr to C99Paul Eggert2022-04-181-1/+1
* | * src/comp.c: Few improvements following 71b8f1fc635.Andrea Corallo2022-03-221-7/+3
* | ; * src/comp.c: Update a comment.Andrea Corallo2022-03-211-1/+0
* | Make native helper functions staticPaul Eggert2022-03-191-10/+11
* | Remove unused fns/data and make fns staticPaul Eggert2022-03-191-13/+2
* | Remove internal_condition_case_[345]Paul Eggert2022-03-191-3/+9
* | Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen2022-03-191-3/+13
* | Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-3/+3
* | * Improve 'maybe_defer_native_compilation'Andrea Corallo2022-02-011-1/+2
* | Rename `comp--loadable' into `comp--compilable'Andrea Corallo2022-02-011-4/+4
* | Reduce code duplication in parts of (auto)load&defaliasStefan Monnier2022-01-281-13/+1
* | ; Rename 'startup--require-comp-safetly'Eli Zaretskii2022-01-281-1/+1
* | Fix potential native compiler circular dependencies during loadAndrea Corallo2022-01-271-1/+5
* | * src/comp.c (emit_lisp_obj_rval): Make use of NILP.Andrea Corallo2022-01-251-1/+1
* | * src/comp.c (emit_limple_insn): Fix another int/Lisp_Object mixupStefan Monnier2022-01-251-2/+2
* | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-36/+31
|\ \
| * \ Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
| |\ \ | | |/
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1