]> git.eshelyaron.com Git - emacs.git/commitdiff
;* src/comp.c (define_maybe_gc_or_quit): Fix a comment.
authorAndrea Corallo <akrl@sdf.org>
Thu, 18 Jun 2020 21:21:32 +0000 (23:21 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sun, 21 Jun 2020 22:15:36 +0000 (00:15 +0200)
src/comp.c

index 7547a40019d3fb209e2327eff8a7ebb99b44d64a..29aa6352085738ba841c1f26794d0b1be29ee1c1 100644 (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);