mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
Quick documentation fixes.
* doc/ref/compiler.texi: Make it build.
This commit is contained in:
parent
a236867dc1
commit
18e1113513
1 changed files with 3 additions and 5 deletions
|
@ -750,11 +750,9 @@ allocated to a slot.
|
||||||
@node Bytecode
|
@node Bytecode
|
||||||
@subsection Bytecode
|
@subsection Bytecode
|
||||||
|
|
||||||
Blah blah ...
|
@xref{Object File Format}.
|
||||||
|
|
||||||
@xref{Object File Format}
|
TODO: document (system vm loader)
|
||||||
|
|
||||||
(system vm loader)
|
|
||||||
|
|
||||||
@deffn {Scheme Variable} load-thunk-from-file file
|
@deffn {Scheme Variable} load-thunk-from-file file
|
||||||
@deffnx {C Function} scm_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.
|
loader, so it uses the ELF format on all systems.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
likewise load-thunk-from-memory
|
TODO: document load-thunk-from-memory
|
||||||
|
|
||||||
Compiling object code to the fake language, @code{value}, is performed
|
Compiling object code to the fake language, @code{value}, is performed
|
||||||
via loading objcode into a program, then executing that thunk with
|
via loading objcode into a program, then executing that thunk with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue