mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
api-procedures.texi: remove make-binding, binding:name/boxed?/...
* doc/ref/api-procedures.texi: remove make-binding, binding:name,
binding:boxed?, binding:index, binding:start, and binding:end since they
no longer exist.
cf. 1a2711a848
This commit is contained in:
parent
0ffa802be2
commit
db7efa5d20
1 changed files with 0 additions and 20 deletions
|
@ -186,26 +186,6 @@ Users must not modify the returned value unless they think they're
|
||||||
really clever.
|
really clever.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@c FIXME
|
|
||||||
|
|
||||||
@deffn {Scheme Procedure} program-bindings program
|
|
||||||
@deffnx {Scheme Procedure} make-binding name boxed? index start end
|
|
||||||
@deffnx {Scheme Procedure} binding:name binding
|
|
||||||
@deffnx {Scheme Procedure} binding:boxed? binding
|
|
||||||
@deffnx {Scheme Procedure} binding:index binding
|
|
||||||
@deffnx {Scheme Procedure} binding:start binding
|
|
||||||
@deffnx {Scheme Procedure} binding:end binding
|
|
||||||
Bindings annotations for programs, along with their accessors.
|
|
||||||
|
|
||||||
Bindings declare names and liveness extents for block-local variables.
|
|
||||||
The best way to see what these are is to play around with them at a
|
|
||||||
REPL. @xref{VM Concepts}, for more information.
|
|
||||||
|
|
||||||
Note that bindings information is stored in a program as part of its
|
|
||||||
metadata thunk, so including it in the generated object code does not
|
|
||||||
impose a runtime performance penalty.
|
|
||||||
@end deffn
|
|
||||||
|
|
||||||
@deffn {Scheme Procedure} program-sources program
|
@deffn {Scheme Procedure} program-sources program
|
||||||
@deffnx {Scheme Procedure} source:addr source
|
@deffnx {Scheme Procedure} source:addr source
|
||||||
@deffnx {Scheme Procedure} source:line source
|
@deffnx {Scheme Procedure} source:line source
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue