1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-12 01:42:37 -07:00

;* src/comp.c (define_maybe_gc_or_quit): Fix a comment.

This commit is contained in:
Andrea Corallo 2020-06-18 23:21:32 +02:00
parent 89b6f56de0
commit 0a70ed9df2

View file

@ -3590,8 +3590,8 @@ define_maybe_gc_or_quit (void)
9)),
/* 9 translates into checking for GC or quit every 512 calls to
'maybe_gc_quit'. This is the smallest value I could find with
no performance impact running elisp-banechmarks. Byte
intepreter uses 256 (see 'exec_byte_code'). */
no performance impact running elisp-banechmarks and the same
used by the byte intepreter (see 'exec_byte_code'). */
maybe_do_it_block,
pass_block);