summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAge
* Make Emacs compile with musl instead of glibcLars Ingebrigtsen2021-08-15
* Pacify gcc -Woverflow more clearlyPaul Eggert2021-07-14
* Pacify gcc -Woverflow more nicelyPaul Eggert2021-07-12
* Fix compilation of the --with-wide-int configurationEli Zaretskii2021-07-11
* Make pdumper-marking pickierPaul Eggert2021-07-11
* Fix pdumper-related GC bugPaul Eggert2021-07-11
* Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-19
|\
| * Fix 'garbage-collect-maybe'Eli Zaretskii2021-04-15
* | Zero stale pointer when unloading comp units (bug#46256)Pip Cet2021-03-09
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-21
|\|
| * Faster, more compact, and readable closure creationMattias EngdegÄrd2021-02-21
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-01-24
|\|
| * Don't let `maybe_quit` prevent resetting `consing_until_gc` (bug#43389)Stefan Monnier2021-01-20
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02
|\|
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Store function type and expose it with `subr-type'Andrea Corallo2020-12-28
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-27
|\|
| * Adjust to recent Gnulib changesPaul Eggert2020-12-25
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-23
|\|
| * Fix use of obsolete 'emergency' warning levelStefan Kangas2020-12-23
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-06
|\|
| * * src/alloc.c (Fgarbage_collect_maybe): New functionSpencer Baugh2020-12-04
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-29
|\|
| * garbage-collect doc string clarificationLars Ingebrigtsen2020-11-29
| * Fix incorrect handling of module runtime and environment pointers.Philipp Stephani2020-11-27
* | Merge remote-tracking branch 'savannah/master' into devAndrea Corallo2020-11-14
|\|
| * New debugging command 'malloc-info'Eli Zaretskii2020-11-10
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-10
|\|
| * Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* | Rework eln deletion strategy for new eln-cache folder structureAndrea Corallo2020-09-06
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-06
|\|
| * Reinstall recent GC-related changesPaul Eggert2020-09-05
| * Revert recent GC-related changes (Bug#43152)Paul Eggert2020-09-03
| * * src/alloc.c (live_symbol_holding): Pacify gcc -Wlogical-op.Paul Eggert2020-08-31
| * Use mark_objects elsewhere tooPaul Eggert2020-08-31
| * Remove mark_maybe_objectPaul Eggert2020-08-31
| * Avoid some false matches in mark_maybe_pointerPaul Eggert2020-08-31
| * Omit no-longer-needed stack mark_maybe_objectPaul Eggert2020-08-31
| * Fix GC bug with Lisp floats and --with-wide-intPaul Eggert2020-08-31
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-09
|\|
| * Drop support for -fcheck-pointer-boundsPaul Eggert2020-08-04
| * Simplify pointer computation in mark_maybe_objectPaul Eggert2020-08-03
| * * src/alloc.c (mark_maybe_object): Avoid signed integer overflowPhilipp Stephani2020-08-02
| * Fix last change in alloc.c.Eli Zaretskii2020-08-02
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-02
|\|
| * * src/alloc.c (mark_memory): Avoid signed integer overflowPhilipp Stephani2020-08-02
| * * src/alloc.c (mark_maybe_object): Make overflow check conditional.Philipp Stephani2020-08-01
| * Improve offset calculation in wide int buildsPhilipp Stephani2020-08-01
| * * src/alloc.c (resize_string_data): Adjust string bytes (Bug#42540)Philipp Stephani2020-08-01
| * Suppress sanitizer errors about pointer arithmetic in a few placesPhilipp Stephani2020-08-01