about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-03 23:35:06 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-03 23:35:06 -0800
commitf9dd5af5c0613501c2a38e8a859af1153e985a52 (patch)
treee2c1c93bfcfc6a997f4ae7806f5fc4e080b8af6d /mu.arc.t
parent08f0118a7c839d832be3bb44672286aaf5b33ad4 (diff)
downloadmu-f9dd5af5c0613501c2a38e8a859af1153e985a52.tar.gz
218
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/mu.arc.t b/mu.arc.t
index e0bc6bd5..8789e208 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -1501,6 +1501,9 @@
 ;? (set dump-trace*)
 (add-fns
   '((test1
+      ; doesn't matter too much how many locals you allocate space for (here 20)
+      ; if it's slightly too many -- memory is plentiful
+      ; if it's too few -- mu will raise an error
       ((default-scope scope-address) <- new (scope literal) (20 literal))
       ((first-arg-box tagged-value-address) <- arg)
       ; if given integers, add them