1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Another language fix

* doc/ref/vm.texi: Fix bad sentence.
This commit is contained in:
Mikael Djurfeldt 2018-10-29 20:52:03 +01:00
parent 52398d1db4
commit 1f6786db06

View file

@ -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 instruction kind, specializing that generic template to reference
the specific operands of the instruction being compiled. the specific operands of the instruction being compiled.
The strength of a template JIT is principally that is that it is very The strength of a template JIT is principally that it is very fast at
fast at emitting code. It doesn't need to do any time-consuming emitting code. It doesn't need to do any time-consuming analysis on the
analysis on the bytecode that it is compiling to do its job. bytecode that it is compiling to do its job.
A template JIT is also very predictable: the native code emitted by a A template JIT is also very predictable: the native code emitted by a
template JIT has the same performance characteristics of the template JIT has the same performance characteristics of the