diff options
Diffstat (limited to 'html/999spaces.cc.html')
-rw-r--r-- | html/999spaces.cc.html | 11 |
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> |