mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-30
4b9a8fd607etags-regen-file-extensions: Add .pm956f14ae5e* src/treesit.c (treesit_debug_print_parser_list): Fix co...300d05ecb4Type-check argument to network-lookup-address-info0f0f21b7f2; Improve doc strings of options related to numbered backupsf0daa2f215Conservative heuristic for tree-sitter parser ranges (bug...035024b4e5; Fix treesit.c printing8771310a10; * admin/notes/unicode: Need to run textsec-tests (bug#7...4c6f45fa8eRe-enable GC mark trace buffer by defaultc607701589; * src/haiku_support.cc: Correct last change.ae22ad7f62; Add even more tests for previous commit460b9d705aFix treesit_sync_visible_region's range fixup code (bug#7...81347c1aaf; * etc/PROBLEMS: Fix last change (bug#73207).a82b7f3e82Document unavailability of frame geometry on Wayland
This commit is contained in:
commit
83b0e604ce
11 changed files with 130 additions and 45 deletions
|
|
@ -6860,11 +6860,10 @@ mark_glyph_matrix (struct glyph_matrix *matrix)
|
|||
}
|
||||
}
|
||||
|
||||
/* Whether to remember a few of the last marked values for debugging. */
|
||||
#define GC_REMEMBER_LAST_MARKED 0
|
||||
|
||||
#if GC_REMEMBER_LAST_MARKED
|
||||
/* Remember a few of the last marked values for debugging purposes. */
|
||||
enum { LAST_MARKED_SIZE = 1 << 9 }; /* Must be a power of 2. */
|
||||
extern Lisp_Object last_marked[LAST_MARKED_SIZE];
|
||||
Lisp_Object last_marked[LAST_MARKED_SIZE] EXTERNALLY_VISIBLE;
|
||||
static int last_marked_index;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue