aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.h (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-12Pure storage removal: Adjust nativecomp codePip Cet1-6/+4
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-03-19Port to gcc -D EMACS_EXTERN_INLINEPaul Eggert1-0/+4
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-02Port to C compilers that lack size-0 arraysPaul Eggert1-10/+0
2021-04-25; Add 2021 to copyright yearsGlenn Morris1-1/+2
2021-04-17Fix loading *.eln files when Emacs is installed via symlinksEli Zaretskii1-1/+5
2021-04-01* src/comp.h (unload_comp_unit): Define for vanilla build (warning removal).Andrea Corallo1-0/+4
2021-03-09Zero stale pointer when unloading comp units (bug#46256)Pip Cet1-0/+2
2020-11-20; Fix trivial typosStefan Kangas1-1/+1
2020-10-14Have `native-elisp-load' return the last registerd functionAndrea Corallo1-2/+2
2020-09-06Rework eln deletion strategy for new eln-cache folder structureAndrea Corallo1-33/+1
2020-08-17Make install target functional for new eln-cache directory arrangementAndrea Corallo1-0/+2
2020-06-11Fix recursive load for non cons hashed 'data_ephemeral_vec' contentAndrea Corallo1-1/+1
2020-06-08* src/comp.h (struct Lisp_Native_Comp_Unit): Fix missing GCALIGNED_STRUCT.Andrea Corallo1-1/+1
2020-06-08Rename lambda_gc_guard -> lambda_gc_guard_hAndrea Corallo1-3/+3
2020-05-24; Ease ifdef navigation in native-comp filesAndrea Corallo1-3/+4
2020-05-24Fix GNU styleAndrea Corallo1-3/+4
2020-05-24Fix non Windows buildsAndrea Corallo1-1/+1
2020-05-25Improve handling of native compilation units still in use in WindowsNicolás Bértolo1-0/+34
2020-05-23Load libgccjit dynamically in Windows.Nicolás Bértolo1-5/+1
2020-05-15Add anonymous lambdas reload mechanismAndrea Corallo1-3/+11
2020-04-26Convert before final function doc hash into a vector.Andrea Corallo1-1/+1
2020-04-25* src/comp.h (Fnative_elisp_load): Add fake inline for stock build.Andrea Corallo1-0/+6
2020-04-25Lazy load function documentation.Andrea Corallo1-0/+2
2020-04-25* src/comp.h (load_comp_unit): Fix declaration style.Andrea Corallo1-2/+3
2020-04-25Store function documentations in a hash table.Andrea Corallo1-0/+2
2020-03-19Extend low level code for late loadAndrea Corallo1-2/+2
2020-03-16Trigger native compilation when loading bytecodeAndrea Corallo1-0/+10
2020-03-03Hash eln ABI once and add it to the output compilation pathAndreaCorallo1-0/+4
2020-02-26Store optimize qualities into .eln filesAndreaCorallo1-0/+1
2020-02-16Update copyright years plus two style nitsAndrea Corallo1-1/+1
2020-01-12Split relocated data into two separate arraysAndrea Corallo1-0/+3
2020-01-01make standard emacs compilable againAndrea Corallo1-2/+2
2020-01-01never load a compilation unit without filling the func link tableAndrea Corallo1-5/+0
2020-01-01mitigate ifdef proliferationAndrea Corallo1-0/+10
2020-01-01add native compilation unit pdumper supportAndrea Corallo1-1/+2
2020-01-01some more pdumper integration supportAndrea Corallo1-2/+4
2020-01-01better printing for native compilation unitAndrea Corallo1-1/+1
2020-01-01rationalize load functionsAndrea Corallo1-0/+2
2020-01-01better compilation unit definitionAndrea Corallo1-1/+2
2020-01-01some rename on compilation unit structAndrea Corallo1-6/+6
2020-01-01initial gc supportAndrea Corallo1-0/+1
2020-01-01initial compilation unit as object addAndrea Corallo1-0/+52