index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
alloc.c
Age
Commit message (
Expand
)
Author
2020-06-04
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-06-03
Don’t default to Valgrind unless ENABLE_CHECKING
Paul Eggert
2020-06-01
Simplify and regularize some offset tests in alloc.c
Paul Eggert
2020-06-01
Merge from origin/emacs-27
Paul Eggert
2020-05-31
Be more aggressive in marking objects during GC
Paul Eggert
2020-05-30
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-05-26
Tweak GC performance if !USE_LSB_TAG
Paul Eggert
2020-05-25
Move union emacs_align_type to alloc.c
Paul Eggert
2020-05-25
Further fix for aborts due to GC losing pseudovectors
Paul Eggert
2020-05-25
Refix aborts due to GC losing pseudovectors
Paul Eggert
2020-05-25
Fix aborts due to GC losing pseudovectors
Paul Eggert
2020-05-25
Improve handling of native compilation units still in use in Windows
Nicolás Bértolo
2020-05-24
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-05-20
; src/alloc.c: Add a GC reg spill mechanism and Bug#41357 related commentary.
Andrea Corallo
2020-05-19
Hoist some byte-code checking out of eval
Paul Eggert
2020-05-17
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-05-17
* Fix Garbage Collector for missing calle-saved regs content (Bug#41357)
Andrea Corallo
2020-04-25
Store function documentations in a hash table.
Andrea Corallo
2020-04-03
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-03-31
Remove `all_buffers` and the associated `next` field of buffers
Stefan Monnier
2020-03-16
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-03-15
Reverse the meaning of 2nd arg to 'live_buffer_holding'
Eli Zaretskii
2020-03-15
Make sure we mark reachable killed buffers during GC
Pip Cet
2020-03-10
* Fix GC mark for native compiled functions
Andrea Corallo
2020-03-01
* Reduce stack depth while marking native compiled subrs
Andrea Corallo
2020-02-04
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-02-03
Rework load mechanism to make Vcomp_loaded_handles unnecessary
Andrea Corallo
2020-02-03
Fix load_comp_unit for non zero speeds
AndreaCorallo
2020-01-22
Fix crash when sending Gnus message (Bug#39207)
Paul Eggert
2020-01-18
Don’t assume sizeof (size_t) == 4 in allocators
Paul Eggert
2020-01-18
Improve performance when a string's byte count changes
Paul Eggert
2020-01-04
Fix bug in recent allocate_string_data patch
Paul Eggert
2020-01-03
Let the OS clear new large strings of NUL
Paul Eggert
2020-01-03
* src/alloc.c (cleanup_vector): Fix --without-modules builds.
Glenn Morris
2020-01-03
Implement finalizers for module functions (Bug#30373)
Philipp Stephani
2020-01-02
Let the OS clear large new objects
Paul Eggert
2020-01-01
fix naming for predicate SUBR_NATIVE_COMPILEDP
Andrea Corallo
2020-01-01
mitigate ifdef proliferation
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
introduce SUBRP_NATIVE_COMPILEDP
Andrea Corallo
2020-01-01
initial compilation unit as object add
Andrea Corallo
2020-01-01
native compile interactive functions support
Andrea Corallo
2020-01-01
add native compiled function docstring support
Andrea Corallo
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-12-14
Update documentation of pure-space overflow
Eli Zaretskii
2019-09-14
Fix gc-elapsed rounding bug
Paul Eggert
2019-09-14
Improve gc-cons-percentage calculation
Paul Eggert
2019-09-13
Simplify GC statistics-gathering
Paul Eggert
[prev]
[next]