From 1f6786db06fee5f0bbdbd637acc6aa46aecd4169 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 29 Oct 2018 20:52:03 +0100 Subject: [PATCH] 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 4eb327fc6..d11847091 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