diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-11-11 15:54:19 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-11-11 15:54:19 -0800 |
commit | 6d007fda037331e7761d2a9ed3a2e435131daf7e (patch) | |
tree | 656aa7fe284b2b11c01f0389fe81f1b31025ce4e /html/072scheduler.cc.html | |
parent | c9f920da6e6b3e7049f078fea35e08256cae7c5b (diff) | |
download | mu-6d007fda037331e7761d2a9ed3a2e435131daf7e.tar.gz |
3667
Diffstat (limited to 'html/072scheduler.cc.html')
-rw-r--r-- | html/072scheduler.cc.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/072scheduler.cc.html b/html/072scheduler.cc.html index 33bf23c0..5681858c 100644 --- a/html/072scheduler.cc.html +++ b/html/072scheduler.cc.html @@ -361,7 +361,7 @@ increment_any_refcounts<span class="Delimiter">(</span>ingredient<span class="De <span class="Normal">n</span>:&:num/space:<span class="Constant">1</span><span class="Special"> <- </span>next-ingredient <span class="Comment"># should decrement refcount</span> *n/space:<span class="Constant">1</span><span class="Special"> <- </span>copy <span class="Constant">34</span> <span class="Normal">n2</span>:num<span class="Special"> <- </span>add *n/space:<span class="Constant">1</span><span class="Delimiter">,</span> <span class="Constant">1</span> - reply n2 + <span class="Identifier">return</span> n2 ] <span class="muRecipe">def</span> main [ local-scope @@ -702,7 +702,7 @@ put<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span> ] <span class="Comment"># f2 runs an extra instruction for the implicit return added by the</span> -<span class="Comment"># fill_in_reply_ingredients transform</span> +<span class="Comment"># fill_in_return_ingredients transform</span> <span class="traceContains">+mem: storing 3 in location 11</span> <span class="Delimiter">:(scenario number_of_instructions_across_multiple_scheduling_intervals)</span> @@ -722,7 +722,7 @@ put<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span <span class="Constant">20</span>:num<span class="Special"> <- </span>copy <span class="Constant">1</span> ] <span class="Comment"># f2 runs an extra instruction for the implicit return added by the</span> -<span class="Comment"># fill_in_reply_ingredients transform</span> +<span class="Comment"># fill_in_return_ingredients transform</span> <span class="traceContains">+mem: storing 5 in location 11</span> <span class="SalientComment">//:: make sure that each routine gets a different alloc to start</span> |