summaryrefslogtreecommitdiff
path: root/doc/ref/api-debug.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-01-09 15:52:55 +0100
committerAndy Wingo <wingo@pobox.com>2009-01-09 15:52:55 +0100
commite3ba263de48a2a7cce27f773bd9be079eb5517db (patch)
tree396582b6cac07bcd900ab35705dce4c815eda2a8 /doc/ref/api-debug.texi
parent46d666d4aad3d5c1c7313ffda290235d43b5efd0 (diff)
downloadguile-e3ba263de48a2a7cce27f773bd9be079eb5517db.tar.gz
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.
Diffstat (limited to 'doc/ref/api-debug.texi')
-rw-r--r--doc/ref/api-debug.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ref/api-debug.texi b/doc/ref/api-debug.texi
index d99a56724..357c038ca 100644
--- a/doc/ref/api-debug.texi
+++ b/doc/ref/api-debug.texi
@@ -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.