aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Simplify and regularize some offset tests in alloc.cPaul Eggert2020-06-011-5/+4
| * Merge from origin/emacs-27Paul Eggert2020-06-011-33/+10
| |\
| | * Be more aggressive in marking objects during GCPaul Eggert2020-05-311-16/+10
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-301-21/+73
|\ \ \ | |/ /
| * | Tweak GC performance if !USE_LSB_TAGPaul Eggert2020-05-261-2/+19
| * | Move union emacs_align_type to alloc.cPaul Eggert2020-05-251-0/+40
| * | Further fix for aborts due to GC losing pseudovectorsPaul Eggert2020-05-251-18/+16
| * | Refix aborts due to GC losing pseudovectorsPaul Eggert2020-05-251-19/+13
| * | Fix aborts due to GC losing pseudovectorsPaul Eggert2020-05-251-26/+29
* | | Improve handling of native compilation units still in use in WindowsNicolás Bértolo2020-05-251-2/+1
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-241-26/+27
|\ \ \ | |/ /
| * | ; src/alloc.c: Add a GC reg spill mechanism and Bug#41357 related commentary.Andrea Corallo2020-05-201-3/+17
| * | Hoist some byte-code checking out of evalPaul Eggert2020-05-191-23/+10
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-171-3/+1
|\ \ \ | |/ /
| * | * Fix Garbage Collector for missing calle-saved regs content (Bug#41357)Andrea Corallo2020-05-171-3/+1
* | | Store function documentations in a hash table.Andrea Corallo2020-04-251-3/+2
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-04-031-82/+24
|\ \ \ | |/ /
| * | Remove `all_buffers` and the associated `next` field of buffersStefan Monnier2020-03-311-82/+24
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-03-161-9/+13
|\ \ \ | |/ /
| * | Reverse the meaning of 2nd arg to 'live_buffer_holding'Eli Zaretskii2020-03-151-7/+9
| * | Make sure we mark reachable killed buffers during GCPip Cet2020-03-151-8/+10
* | | * Fix GC mark for native compiled functionsAndrea Corallo2020-03-101-3/+3
* | | * Reduce stack depth while marking native compiled subrsAndrea Corallo2020-03-011-1/+3
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-02-041-102/+217
|\ \ \ | |/ /
| * | Fix crash when sending Gnus message (Bug#39207)Paul Eggert2020-01-221-1/+3
| * | Don’t assume sizeof (size_t) == 4 in allocatorsPaul Eggert2020-01-181-11/+30
| * | Improve performance when a string's byte count changesPaul Eggert2020-01-181-17/+46
| * | Fix bug in recent allocate_string_data patchPaul Eggert2020-01-041-17/+18
| * | Let the OS clear new large strings of NULPaul Eggert2020-01-031-29/+58
| * | * src/alloc.c (cleanup_vector): Fix --without-modules builds.Glenn Morris2020-01-031-0/+2
| * | Implement finalizers for module functions (Bug#30373)Philipp Stephani2020-01-031-0/+6
| * | Let the OS clear large new objectsPaul Eggert2020-01-021-30/+57
| |/
* | Rework load mechanism to make Vcomp_loaded_handles unnecessaryAndrea Corallo2020-02-031-19/+0
* | Fix load_comp_unit for non zero speedsAndreaCorallo2020-02-031-0/+19
* | fix naming for predicate SUBR_NATIVE_COMPILEDPAndrea Corallo2020-01-011-2/+2
* | mitigate ifdef proliferationAndrea Corallo2020-01-011-12/+5
* | better compilation unit definitionAndrea Corallo2020-01-011-5/+1
* | some rename on compilation unit structAndrea Corallo2020-01-011-3/+3
* | initial gc supportAndrea Corallo2020-01-011-2/+10
* | introduce SUBRP_NATIVE_COMPILEDPAndrea Corallo2020-01-011-2/+2
* | initial compilation unit as object addAndrea Corallo2020-01-011-0/+19
* | native compile interactive functions supportAndrea Corallo2020-01-011-2/+2
* | add native compiled function docstring supportAndrea Corallo2020-01-011-2/+2
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Update documentation of pure-space overflowEli Zaretskii2019-12-141-2/+3
* Fix gc-elapsed rounding bugPaul Eggert2019-09-141-3/+4
* Improve gc-cons-percentage calculationPaul Eggert2019-09-141-53/+74
* Simplify GC statistics-gatheringPaul Eggert2019-09-131-51/+15
* Improve checking of pdump load failuresPaul Eggert2019-09-111-0/+3
* Fix bug when gc-cons-percentage is bumped to 0.8Paul Eggert2019-09-071-17/+28