aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/igcGerd Möllmann2025-07-311-19/+24
|\
| * Nativecomp don't materialize non-materializable objects (bug#78606)Andrea Corallo2025-07-091-19/+24
* | Merge branch 'master' into feature/igcPip Cet2025-07-091-4/+4
|\ \ | |/
| * Port varargs macros better to C99Paul Eggert2025-06-271-4/+4
* | Merge from 'savannah/master'Pip Cet2025-03-181-7/+7
|\ \ | |/
| * ; 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
* | ; src/comp.c (load_comp_unit): Always initialize 'data_relocs'.Pip Cet2025-02-011-1/+1
* | Merge 'scratch/no-purespace' into 'feature/igc'Pip Cet2025-02-011-5/+21
|\ \
| * | Use #$ for lambda fixups in native compilation data vectorsscratch/no-purespacePip Cet2025-01-181-5/+21
* | | Merge 'master' into 'feature/igc'Pip Cet2025-02-011-171/+25
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge branch 'master' into feature/igcPip Cet2025-01-311-5/+1
|\ \ \ | |/ /
| * | Minor format_string tuneupPaul Eggert2025-01-261-5/+1
* | | Merge branch 'master' into feature/igcGerd Möllmann2025-01-191-1/+1
|\ \ \ | |/ /
| * | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'Stefan Kangas2025-01-151-1/+1
* | | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-151-71/+63
|\ \ \ | |/ /
| * | 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
* | | 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