guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/01: Another language fix


From: Mikael Djurfeldt
Subject: [Guile-commits] 01/01: Another language fix
Date: Mon, 29 Oct 2018 16:01:40 -0400 (EDT)

mdj pushed a commit to branch master
in repository guile.

commit 1f6786db06fee5f0bbdbd637acc6aa46aecd4169
Author: Mikael Djurfeldt <address@hidden>
Date:   Mon Oct 29 20:52:03 2018 +0100

    Another language fix
    
    * doc/ref/vm.texi: Fix bad sentence.
---
 doc/ref/vm.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi
index 4eb327f..d118470 100644
--- a/doc/ref/vm.texi
+++ b/doc/ref/vm.texi
@@ -1888,9 +1888,9 @@ compiler will emit a generic sequence of machine code 
corresponding to
 the instruction kind, specializing that generic template to reference
 the specific operands of the instruction being compiled.
 
-The strength of a template JIT is principally that is that it is very
-fast at emitting code.  It doesn't need to do any time-consuming
-analysis on the bytecode that it is compiling to do its job.
+The strength of a template JIT is principally that it is very fast at
+emitting code.  It doesn't need to do any time-consuming analysis on the
+bytecode that it is compiling to do its job.
 
 A template JIT is also very predictable: the native code emitted by a
 template JIT has the same performance characteristics of the



reply via email to

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