diff options
author | Andy Wingo <wingo@pobox.com> | 2010-05-01 17:02:39 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-05-01 17:02:39 +0200 |
commit | acc51c3e653f60459ca1334625966aca89080ce3 (patch) | |
tree | 43149db501eac89aada57580cb94ba8916442fcc /doc/ref/compiler.texi | |
parent | c99865c123ce21eb7eac0deb4149c5335b7e1614 (diff) | |
download | guile-acc51c3e653f60459ca1334625966aca89080ce3.tar.gz |
update documentation for vm instructions
* doc/ref/vm.texi: Update with documentation for new-ish instructions,
and reorganize the sections a bit.
* doc/ref/compiler.texi (GLIL): Fix up a couple xrefs.
Diffstat (limited to 'doc/ref/compiler.texi')
-rw-r--r-- | doc/ref/compiler.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi index 05c495730..637bc4249 100644 --- a/doc/ref/compiler.texi +++ b/doc/ref/compiler.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 2008, 2009 +@c Copyright (C) 2008, 2009, 2010 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -500,8 +500,8 @@ a rest argument. In addition to pushing a binding annotation on the stack, like @code{<glil-bind>}, an expression is emitted at compilation time to make sure that there are enough values available to bind. See the -notes on @code{truncate-values} in @ref{Procedural Instructions}, for -more information. +notes on @code{truncate-values} in @ref{Procedure Call and Return +Instructions}, for more information. @end deftp @deftp {Scheme Variable} <glil-unbind> Closes the liveness extent of the most recently encountered @@ -562,8 +562,8 @@ the stack afterwards depends on the instruction. @deftp {Scheme Variable} <glil-mv-call> nargs ra Performs a multiple-value call. @var{ra} is a @code{<glil-label>} corresponding to the multiple-value return address for the call. See -the notes on @code{mv-call} in @ref{Procedural Instructions}, for more -information. +the notes on @code{mv-call} in @ref{Procedure Call and Return +Instructions}, for more information. @end deftp Users may enter in GLIL at the REPL as well, though there is a bit |