summaryrefslogtreecommitdiff
path: root/src/comp.c
Commit message (Expand)AuthorAge
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-28
* * src/comp.c (comp_hash_string): Count bytes, not chars.Mattias Engdegård2024-04-28
* ; Fix doc strings of recent changesEli Zaretskii2024-03-20
* Add native compiler sanitizerAndrea Corallo2024-03-20
* (cl-type-of): New function to return more precise types (bug#69739)Stefan Monnier2024-03-18
* Rename a number of native compiler functionsAndrea Corallo2024-02-11
* Add DOHASH_SAFE, make DOHASH faster (bug#68690)Mattias Engdegård2024-01-27
* (DOHASH): Change calling conventionStefan Monnier2024-01-24
* Add C macro for hash table iterationMattias Engdegård2024-01-21
* Be more systematic about parens in C source codePaul Eggert2024-01-20
* Abstract predicate and constant for unused hash keysMattias Engdegård2024-01-12
* Merge from origin/emacs-29Eli Zaretskii2024-01-06
|\
| * * src/comp.c (Fcomp__compile_ctxt_to_file): Fix hash table Qunbound use.Andrea Corallo2024-01-04
* | Merge from savannah/emacs-29Po Lu2024-01-02
|\|
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Fix some emacs_fopen confusionPaul Eggert2023-08-07
* | ; * src/comp.c (CALL0I): Ifdef away, as it's now unused.Eli Zaretskii2023-07-15
* | src/comp.c: Use `pending_funcalls` to fix bug#64494Stefan Monnier2023-07-13
* | Merge from origin/emacs-29Eli Zaretskii2023-06-10
|\|
| * ; Update my mail addressAndrea Corallo2023-06-08
* | Merge from origin/emacs-29João Távora2023-04-03
|\|
| * Comp fix calls to redefined primtives with op-bytecode (bug#61917)Andrea Corallo2023-03-29
* | Merge from origin/emacs-29Stefan Kangas2023-02-21
|\|
| * Make the native compiler always use `make-temp-file' for temporary filesAndrea Corallo2023-02-20
* | Merge from origin/emacs-29Stefan Kangas2023-02-18
|\|
| * ; Improve and update documentation of native compilationEli Zaretskii2023-02-17
| * Rename native-comp-deferred-compilation into native-comp-jit-compilationAndrea Corallo2023-02-13
| * Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo2023-02-13
| * Support `comp-enable-subr-trampolines' as string valueAndrea Corallo2023-02-13
| * Revert "Add new variable 'inhibit-native-compilation'"Andrea Corallo2023-02-13
| * Revert "Rename to inhibit-automatic-native-compilation"Andrea Corallo2023-02-13
* | * src/comp.c (Fcomp__compile_ctxt_to_file): Don't create output file twiceAndrea Corallo2023-02-14
* | Merge from origin/emacs-29Stefan Kangas2023-01-30
|\|
| * ; * src/comp.c: Remove Local Variables section to avoid warnings.Eli Zaretskii2023-01-28
* | * src/comp.c (F_RELOC_MAX_SIZE): Bump to 1600 (bug#60996).Eli Zaretskii2023-01-29
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typosStefan Kangas2022-11-18
* ; * src/comp.c (Fnative_elisp_load): Fix typo in docstringJuanma Barranquero2022-11-17
* Merge from origin/emacs-28Stefan Kangas2022-10-16
|\
| * ; Fix documentation of 'comp-enable-subr-trampolines'Eli Zaretskii2022-10-15
| * Update error message to reflect variable renameJeff Walsh2022-06-09
* | Add comment explaining gcc_jit_context_new_bitcast usage.Vibhav Pant2022-10-05
* | Address styling comments.Vibhav Pant2022-10-05
* | comp.c: Add declaration for gcc_jit_type_is_pointer.Vibhav Pant2022-10-05
* | src/comp.c: Use libgccjit's bitcast API for type coercion, when available.Vibhav Pant2022-10-05
* | Rename to inhibit-automatic-native-compilationLars Ingebrigtsen2022-10-03
* | Add new variable 'inhibit-native-compilation'Lars Ingebrigtsen2022-10-03
* | Update error message to reflect variable renameJeff Walsh2022-09-03
* | * Expose `comp-loaded-comp-units-h'Andrea Corallo2022-08-18
* | ; Fix warnings from #pragma GCC iagnostic pop on macOSGerd Möllmann2022-07-30