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