aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow thread's buffer to be killed, by defaultDmitry Gutov2025-08-091-1/+1
* Nativecomp don't materialize non-materializable objects (bug#78606)Andrea Corallo2025-07-091-19/+24
* Port varargs macros better to C99Paul Eggert2025-06-271-4/+4
* ; Grammar fixes for "native-compiled"Stefan Kangas2025-02-281-7/+7
* Use #$ for lambda fixups in native compilation data vectorsPip Cet2025-02-011-5/+21
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-163/+26
|\
| * Use '--lambda-fixup' as native compiler fixup symbol for lambdasAndrea Corallo2024-12-181-2/+2
| * * Revert "Remove check_comp_unit_relocs"Andrea Corallo2024-12-181-0/+27
| * Remove check_comp_unit_relocsGerd Möllmann2024-12-171-27/+0
| * Pure storage removal: Bump nativecomp ABIPip Cet2024-12-121-1/+1
| * Pure storage removal: Adjust nativecomp codePip Cet2024-12-121-140/+5
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-19/+18
| * Pure storage removal: Main partPip Cet2024-12-121-1/+0
* | Minor format_string tuneupPaul Eggert2025-01-261-5/+1
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'Stefan Kangas2025-01-151-1/+1
* | Use calln instead of calling Ffuncall directlyStefan Kangas2025-01-141-1/+1
* | src/comp.c: New macro CALLNIStefan Kangas2025-01-141-67/+55
* | Prefer calln to CALLN where applicableStefan Kangas2025-01-141-5/+5
* | Fix store_function_docstring for native subrs (Bug#74966)Pip Cet2025-01-081-2/+6
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* * src/comp.c (compile_function, Fcomp__compile_ctxt_to_file0): Use DOHASH.Andrea Corallo2024-10-031-11/+7
* * src/comp.c (obj_to_reloc): Use eassume.Stefan Kangas2024-07-231-1/+1
* SAFE_ALLOCA fixesPaul Eggert2024-07-201-8/+11
* ; Fix typosStefan Kangas2024-07-181-4/+4
* Improve warnings from native compilerEli Zaretskii2024-07-051-1/+1
* Fix misspelled function name in comp.cStefan Kangas2024-06-201-10/+10
* Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier2024-05-281-1/+1
* * src/comp.c (check_comp_unit_relocs): Remove unneccesary double access.Andrea Corallo2024-05-241-1/+1
* Introduce 'compilation-safety' variableAndrea Corallo2024-05-131-2/+6
* (COMPILED): Rename to CLOSUREStefan Monnier2024-04-281-1/+1
* * src/comp.c (comp_hash_string): Count bytes, not chars.Mattias Engdegård2024-04-281-1/+1
* ; Fix doc strings of recent changesEli Zaretskii2024-03-201-4/+5
* Add native compiler sanitizerAndrea Corallo2024-03-201-3/+39
* (cl-type-of): New function to return more precise types (bug#69739)Stefan Monnier2024-03-181-1/+1
* Rename a number of native compiler functionsAndrea Corallo2024-02-111-3/+3
* Add DOHASH_SAFE, make DOHASH faster (bug#68690)Mattias Engdegård2024-01-271-8/+13
* (DOHASH): Change calling conventionStefan Monnier2024-01-241-11/+8
* Add C macro for hash table iterationMattias Engdegård2024-01-211-24/+16
* Be more systematic about parens in C source codePaul Eggert2024-01-201-1/+1
* Abstract predicate and constant for unused hash keysMattias Engdegård2024-01-121-4/+4
* Merge from origin/emacs-29Eli Zaretskii2024-01-061-2/+2
|\
| * * src/comp.c (Fcomp__compile_ctxt_to_file): Fix hash table Qunbound use.Andrea Corallo2024-01-041-2/+2
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Fix some emacs_fopen confusionPaul Eggert2023-08-071-2/+2
* | ; * src/comp.c (CALL0I): Ifdef away, as it's now unused.Eli Zaretskii2023-07-151-0/+2
* | src/comp.c: Use `pending_funcalls` to fix bug#64494Stefan Monnier2023-07-131-18/+5
* | Merge from origin/emacs-29Eli Zaretskii2023-06-101-1/+1
|\ \ | |/
| * ; Update my mail addressAndrea Corallo2023-06-081-1/+1
* | Merge from origin/emacs-29João Távora2023-04-031-0/+8
|\ \ | |/