aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-1/+1
|\
| * Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-10-191-11/+7
|\ \ | |/
| * * src/comp.c (compile_function, Fcomp__compile_ctxt_to_file0): Use DOHASH.Andrea Corallo2024-10-031-11/+7
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-08-051-13/+16
|\ \ | |/
| * * 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
* | Bump nativecomp ABI versionPip Cet2024-07-201-1/+1
* | Adjust the native-compilation code to take into account GC headersPip Cet2024-07-201-5/+55
* | Turn union vectorlike_header into struct vectorlike_headerPip Cet2024-07-201-1/+1
* | Merge branch 'master' into scratch/igcPip Cet2024-07-101-1/+1
|\ \ | |/
| * Improve warnings from native compilerEli Zaretskii2024-07-051-1/+1
* | Free root for ephemeral objects after top_level_runGerd Möllmann2024-06-271-2/+7
* | More FIXME/igcGerd Möllmann2024-06-271-1/+1
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-06-231-11/+11
|\ \ | |/
| * 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
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-05-261-5/+9
|\ \ | |/
| * * 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
* | Register roots for comp units earlierHelmut Eller2024-05-231-12/+11
* | Make roots before running toplevel forms of a CUGerd Möllmann2024-05-231-1/+9
* | Create roots for references in CUsGerd Möllmann2024-05-231-0/+8
* | Remove special root for comp unitsGerd Möllmann2024-05-201-4/+0
* | Register dumped CUs with igcGerd Möllmann2024-05-091-2/+9
* | Add a FIXME comment for ephemeral relocsGerd Möllmann2024-05-011-0/+2
* | Scan comp_unit referenceGerd Möllmann2024-05-011-0/+1
* | Don't access other MPS objects in fix_comp_unitGerd Möllmann2024-04-301-0/+10
* | Revert "Ambig roots for relocs in native comp units"Gerd Möllmann2024-04-301-13/+0
* | Ambig roots for relocs in native comp unitsGerd Möllmann2024-04-301-0/+13
* | Trace more relocs in fix_native_cuGerd Möllmann2024-04-291-0/+3
* | Staticpro more comp_t membersGerd Möllmann2024-04-221-0/+11
|/
* ; 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