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:
parent
89b6f56de0
commit
0a70ed9df2
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue