diff options
Diffstat (limited to 'doc/ref/api-debug.texi')
-rw-r--r-- | doc/ref/api-debug.texi | 2 |
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. |