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