summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-12-10 19:53:55 +0100
committerAndy Wingo <wingo@pobox.com>2013-12-10 19:53:55 +0100
commit18e1113513467f319de09feae51e792548db9ecc (patch)
treeb51c004f2be9085e319e002ae0f1dd35776768e9
parenta236867dc1e0bc0f486dcc72d3e7f20df67d316f (diff)
downloadguile-18e1113513467f319de09feae51e792548db9ecc.tar.gz
Quick documentation fixes.
* doc/ref/compiler.texi: Make it build.
-rw-r--r--doc/ref/compiler.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi
index dd21c9aae..e82643824 100644
--- a/doc/ref/compiler.texi
+++ b/doc/ref/compiler.texi
@@ -750,11 +750,9 @@ allocated to a slot.
@node Bytecode
@subsection Bytecode
-Blah blah ...
+@xref{Object File Format}.
-@xref{Object File Format}
-
-(system vm loader)
+TODO: document (system vm loader)
@deffn {Scheme Variable} load-thunk-from-file file
@deffnx {C Function} scm_load_thunk_from_file (file)
@@ -766,7 +764,7 @@ created for use in UNIX systems. Guile has its own ELF linker and
loader, so it uses the ELF format on all systems.
@end deffn
-likewise load-thunk-from-memory
+TODO: document load-thunk-from-memory
Compiling object code to the fake language, @code{value}, is performed
via loading objcode into a program, then executing that thunk with