index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp.h
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-12
Pure storage removal: Adjust nativecomp code
Pip Cet
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-03-19
Port to gcc -D EMACS_EXTERN_INLINE
Paul Eggert
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-02
Port to C compilers that lack size-0 arrays
Paul Eggert
2021-04-25
; Add 2021 to copyright years
Glenn Morris
2021-04-17
Fix loading *.eln files when Emacs is installed via symlinks
Eli Zaretskii
2021-04-01
* src/comp.h (unload_comp_unit): Define for vanilla build (warning removal).
Andrea Corallo
2021-03-09
Zero stale pointer when unloading comp units (bug#46256)
Pip Cet
2020-11-20
; Fix trivial typos
Stefan Kangas
2020-10-14
Have `native-elisp-load' return the last registerd function
Andrea Corallo
2020-09-06
Rework eln deletion strategy for new eln-cache folder structure
Andrea Corallo
2020-08-17
Make install target functional for new eln-cache directory arrangement
Andrea Corallo
2020-06-11
Fix recursive load for non cons hashed 'data_ephemeral_vec' content
Andrea Corallo
2020-06-08
* src/comp.h (struct Lisp_Native_Comp_Unit): Fix missing GCALIGNED_STRUCT.
Andrea Corallo
2020-06-08
Rename lambda_gc_guard -> lambda_gc_guard_h
Andrea Corallo
2020-05-24
; Ease ifdef navigation in native-comp files
Andrea Corallo
2020-05-24
Fix GNU style
Andrea Corallo
2020-05-24
Fix non Windows builds
Andrea Corallo
2020-05-25
Improve handling of native compilation units still in use in Windows
Nicolás Bértolo
2020-05-23
Load libgccjit dynamically in Windows.
Nicolás Bértolo
2020-05-15
Add anonymous lambdas reload mechanism
Andrea Corallo
2020-04-26
Convert 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-25
Lazy load function documentation.
Andrea Corallo
2020-04-25
* src/comp.h (load_comp_unit): Fix declaration style.
Andrea Corallo
2020-04-25
Store function documentations in a hash table.
Andrea Corallo
2020-03-19
Extend low level code for late load
Andrea Corallo
2020-03-16
Trigger native compilation when loading bytecode
Andrea Corallo
2020-03-03
Hash eln ABI once and add it to the output compilation path
AndreaCorallo
2020-02-26
Store optimize qualities into .eln files
AndreaCorallo
2020-02-16
Update copyright years plus two style nits
Andrea Corallo
2020-01-12
Split relocated data into two separate arrays
Andrea Corallo
2020-01-01
make standard emacs compilable again
Andrea Corallo
2020-01-01
never load a compilation unit without filling the func link table
Andrea Corallo
2020-01-01
mitigate ifdef proliferation
Andrea Corallo
2020-01-01
add native compilation unit pdumper support
Andrea Corallo
2020-01-01
some more pdumper integration support
Andrea Corallo
2020-01-01
better printing for native compilation unit
Andrea Corallo
2020-01-01
rationalize load functions
Andrea Corallo
2020-01-01
better compilation unit definition
Andrea Corallo
2020-01-01
some rename on compilation unit struct
Andrea Corallo
2020-01-01
initial gc support
Andrea Corallo
2020-01-01
initial compilation unit as object add
Andrea Corallo