about summary refs log tree commit diff stats
path: root/html/999spaces.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-10 21:35:42 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-10 21:43:45 -0800
commit76755b2836b0dadd88f82635f661f9d9df77604d (patch)
treef4f4429510c739fd1f9e51edd10e03c27107acba /html/999spaces.cc.html
parent080e9cb73fa55cdc862f1dd7593df56e0a6302b8 (diff)
downloadmu-76755b2836b0dadd88f82635f661f9d9df77604d.tar.gz
2423 - describe shape-shifting in html docs
Diffstat (limited to 'html/999spaces.cc.html')
-rw-r--r--html/999spaces.cc.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/html/999spaces.cc.html b/html/999spaces.cc.html
index dbcc31d2..dac58e9d 100644
--- a/html/999spaces.cc.html
+++ b/html/999spaces.cc.html
@@ -56,14 +56,11 @@ assert<span class="Delimiter">(</span>Next_recipe_ordinal == <span class="Consta
 <span class="SalientComment">//:: Depths for tracing</span>
 <span class="Comment">//:</span>
 <span class="Comment">//: 0 - unused</span>
-<span class="Comment">//: 1-99 - app-level trace statements in mu</span>
-<span class="Comment">//: 100 - schedule</span>
-assert<span class="Delimiter">(</span>Scheduling_depth == <span class="Constant">100</span><span class="Delimiter">);</span>
-<span class="Comment">//: 101-9998 - call-stack statements (mostly label run)</span>
+<span class="Comment">//: 1-100 - app-level trace statements in mu</span>
+<span class="Comment">//: 101-9989 - call-stack statements (mostly label run)</span>
 assert<span class="Delimiter">(</span>Initial_callstack_depth == <span class="Constant">101</span><span class="Delimiter">);</span>
-assert<span class="Delimiter">(</span>Max_callstack_depth == <span class="Constant">9998</span><span class="Delimiter">);</span>
-<span class="Comment">//: 9999 - intra-instruction lines (mostly label mem)</span>
-assert<span class="Delimiter">(</span>Primitive_recipe_depth == <span class="Constant">9999</span><span class="Delimiter">);</span>
+assert<span class="Delimiter">(</span>Max_callstack_depth == <span class="Constant">9989</span><span class="Delimiter">);</span>
+<span class="Comment">//: 9990-9999 - intra-instruction lines (mostly label mem)</span>
 </pre>
 </body>
 </html>