1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 09:10:22 +02:00

fix some xrefs, flesh out compiler.texi a bit more

* doc/ref/api-debug.texi:
* doc/ref/vm.texi: Fix some cross-references.

* doc/ref/compiler.texi: Hack some more, finishing the section on the
  compiler tower.
This commit is contained in:
Andy Wingo 2009-01-09 15:52:55 +01:00
parent 46d666d4aa
commit e3ba263de4
3 changed files with 150 additions and 55 deletions

View file

@ -2021,6 +2021,8 @@ this-is-a-matric
guile>
@end lisp
@anchor{Memoization}
@cindex Memoization
(For anyone wondering why the first @code{(do-main 4)} call above
generates lots more trace lines than the subsequent calls: these
examples also demonstrate how the Guile evaluator ``memoizes'' code.