aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2020-06-18 23:21:32 +0200
committerAndrea Corallo2020-06-22 00:15:36 +0200
commit0a70ed9df274f7b262862ddd08a2fd61e2fea42b (patch)
treea3bc917e564facdb831d81471b8721d0a91e9adc
parent89b6f56de011fa45934800a60bf631fc99ef2a4c (diff)
downloademacs-0a70ed9df274f7b262862ddd08a2fd61e2fea42b.tar.gz
emacs-0a70ed9df274f7b262862ddd08a2fd61e2fea42b.zip
;* src/comp.c (define_maybe_gc_or_quit): Fix a comment.
-rw-r--r--src/comp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comp.c b/src/comp.c
index 7547a40019d..29aa6352085 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -3590,8 +3590,8 @@ define_maybe_gc_or_quit (void)
3590 9)), 3590 9)),
3591 /* 9 translates into checking for GC or quit every 512 calls to 3591 /* 9 translates into checking for GC or quit every 512 calls to
3592 'maybe_gc_quit'. This is the smallest value I could find with 3592 'maybe_gc_quit'. This is the smallest value I could find with
3593 no performance impact running elisp-banechmarks. Byte 3593 no performance impact running elisp-banechmarks and the same
3594 intepreter uses 256 (see 'exec_byte_code'). */ 3594 used by the byte intepreter (see 'exec_byte_code'). */
3595 maybe_do_it_block, 3595 maybe_do_it_block,
3596 pass_block); 3596 pass_block);
3597 3597