about summary refs log tree commit diff stats
path: root/html/072scheduler.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/072scheduler.cc.html')
-rw-r--r--html/072scheduler.cc.html6
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>:&amp;:num/space:<span class="Constant">1</span><span class="Special"> &lt;- </span>next-ingredient  <span class="Comment"># should decrement refcount</span>
   *n/space:<span class="Constant">1</span><span class="Special"> &lt;- </span>copy <span class="Constant">34</span>
   <span class="Normal">n2</span>:num<span class="Special"> &lt;- </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"> &lt;- </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"> &lt;- </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>
Ben Morrison <ben@gbmor.dev> 2019-06-04 22:56:28 -0400 committer Ben Morrison <ben@gbmor.dev> 2019-06-05 00:12:49 -0400 cli flags for db path/type, assets dir. systemd unit file. makefile.' href='/gbmor/getwtxt/commit/types.go?h=v0.4.9&id=69217dd27196dd59c96bc405afe4bfd83ad17c00'>69217dd ^
887c25e ^






893123c ^
8af4945 ^
920306c ^

887c25e ^


















f06a2d6 ^
747f4fb ^
df1d1ef ^







747f4fb ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67