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