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