emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 0a70ed9 10/12: ; * src/comp.c (define_maybe_gc_or_qu


From: Andrea Corallo
Subject: feature/native-comp 0a70ed9 10/12: ; * src/comp.c (define_maybe_gc_or_quit): Fix a comment.
Date: Sun, 21 Jun 2020 18:37:18 -0400 (EDT)

branch: feature/native-comp
commit 0a70ed9df274f7b262862ddd08a2fd61e2fea42b
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    ;* src/comp.c (define_maybe_gc_or_quit): Fix a comment.
---
 src/comp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/comp.c b/src/comp.c
index 7547a40..29aa635 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -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);
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]