mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Update "VM Concepts"
* doc/ref/vm.texi (VM Concepts): Update.
This commit is contained in:
parent
2018609a69
commit
7e623d1014
1 changed files with 3 additions and 3 deletions
|
@ -118,9 +118,9 @@ discussed in @ref{Extending the Compiler}.
|
||||||
@node VM Concepts
|
@node VM Concepts
|
||||||
@subsection VM Concepts
|
@subsection VM Concepts
|
||||||
|
|
||||||
Compiled code is run by a virtual machine (VM). Each thread has its own
|
The bytecode in a Scheme procedure is interpreted by a virtual machine
|
||||||
VM. The virtual machine executes the sequence of instructions in a
|
(VM). Each thread has its own instantiation of the VM. The virtual
|
||||||
procedure.
|
machine executes the sequence of instructions in a procedure.
|
||||||
|
|
||||||
Each VM instruction starts by indicating which operation it is, and then
|
Each VM instruction starts by indicating which operation it is, and then
|
||||||
follows by encoding its source and destination operands. Each procedure
|
follows by encoding its source and destination operands. Each procedure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue