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:
parent
52398d1db4
commit
1f6786db06
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue