|
1 | 1 | Function name: async2::async_func
|
2 |
| -Raw bytes (9): 0x[01, 01, 00, 01, 01, 0b, 01, 00, 17] |
| 2 | +Raw bytes (9): 0x[01, 01, 00, 01, 01, 0d, 01, 00, 17] |
3 | 3 | Number of files: 1
|
4 | 4 | - file 0 => global file 1
|
5 | 5 | Number of expressions: 0
|
6 | 6 | Number of file 0 mappings: 1
|
7 |
| -- Code(Counter(0)) at (prev + 11, 1) to (start + 0, 23) |
| 7 | +- Code(Counter(0)) at (prev + 13, 1) to (start + 0, 23) |
8 | 8 |
|
9 | 9 | Function name: async2::async_func::{closure#0}
|
10 |
| -Raw bytes (28): 0x[01, 01, 02, 01, 05, 05, 02, 04, 01, 0b, 17, 03, 09, 05, 03, 0a, 02, 06, 02, 02, 06, 00, 07, 07, 01, 01, 00, 02] |
| 10 | +Raw bytes (28): 0x[01, 01, 02, 01, 05, 05, 02, 04, 01, 0d, 17, 03, 09, 05, 03, 0a, 02, 06, 02, 02, 06, 00, 07, 07, 01, 01, 00, 02] |
11 | 11 | Number of files: 1
|
12 | 12 | - file 0 => global file 1
|
13 | 13 | Number of expressions: 2
|
14 | 14 | - expression 0 operands: lhs = Counter(0), rhs = Counter(1)
|
15 | 15 | - expression 1 operands: lhs = Counter(1), rhs = Expression(0, Sub)
|
16 | 16 | Number of file 0 mappings: 4
|
17 |
| -- Code(Counter(0)) at (prev + 11, 23) to (start + 3, 9) |
| 17 | +- Code(Counter(0)) at (prev + 13, 23) to (start + 3, 9) |
18 | 18 | - Code(Counter(1)) at (prev + 3, 10) to (start + 2, 6)
|
19 | 19 | - Code(Expression(0, Sub)) at (prev + 2, 6) to (start + 0, 7)
|
20 | 20 | = (c0 - c1)
|
21 | 21 | - Code(Expression(1, Add)) at (prev + 1, 1) to (start + 0, 2)
|
22 | 22 | = (c1 + (c0 - c1))
|
23 | 23 |
|
24 | 24 | Function name: async2::async_func_just_println
|
25 |
| -Raw bytes (9): 0x[01, 01, 00, 01, 01, 13, 01, 00, 24] |
| 25 | +Raw bytes (9): 0x[01, 01, 00, 01, 01, 15, 01, 00, 24] |
26 | 26 | Number of files: 1
|
27 | 27 | - file 0 => global file 1
|
28 | 28 | Number of expressions: 0
|
29 | 29 | Number of file 0 mappings: 1
|
30 |
| -- Code(Counter(0)) at (prev + 19, 1) to (start + 0, 36) |
| 30 | +- Code(Counter(0)) at (prev + 21, 1) to (start + 0, 36) |
31 | 31 |
|
32 | 32 | Function name: async2::async_func_just_println::{closure#0}
|
33 |
| -Raw bytes (9): 0x[01, 01, 00, 01, 01, 13, 24, 02, 02] |
| 33 | +Raw bytes (9): 0x[01, 01, 00, 01, 01, 15, 24, 02, 02] |
34 | 34 | Number of files: 1
|
35 | 35 | - file 0 => global file 1
|
36 | 36 | Number of expressions: 0
|
37 | 37 | Number of file 0 mappings: 1
|
38 |
| -- Code(Counter(0)) at (prev + 19, 36) to (start + 2, 2) |
39 |
| - |
40 |
| -Function name: async2::executor::block_on::<async2::async_func::{closure#0}> |
41 |
| -Raw bytes (40): 0x[01, 01, 03, 0b, 05, 01, 05, 01, 05, 06, 01, 27, 05, 0a, 36, 02, 0d, 20, 00, 23, 0b, 00, 27, 00, 49, 02, 01, 17, 00, 1a, 05, 01, 0e, 00, 0f, 02, 02, 05, 00, 06] |
42 |
| -Number of files: 1 |
43 |
| -- file 0 => global file 1 |
44 |
| -Number of expressions: 3 |
45 |
| -- expression 0 operands: lhs = Expression(2, Add), rhs = Counter(1) |
46 |
| -- expression 1 operands: lhs = Counter(0), rhs = Counter(1) |
47 |
| -- expression 2 operands: lhs = Counter(0), rhs = Counter(1) |
48 |
| -Number of file 0 mappings: 6 |
49 |
| -- Code(Counter(0)) at (prev + 39, 5) to (start + 10, 54) |
50 |
| -- Code(Expression(0, Sub)) at (prev + 13, 32) to (start + 0, 35) |
51 |
| - = ((c0 + c1) - c1) |
52 |
| -- Code(Expression(2, Add)) at (prev + 0, 39) to (start + 0, 73) |
53 |
| - = (c0 + c1) |
54 |
| -- Code(Expression(0, Sub)) at (prev + 1, 23) to (start + 0, 26) |
55 |
| - = ((c0 + c1) - c1) |
56 |
| -- Code(Counter(1)) at (prev + 1, 14) to (start + 0, 15) |
57 |
| -- Code(Expression(0, Sub)) at (prev + 2, 5) to (start + 0, 6) |
58 |
| - = ((c0 + c1) - c1) |
59 |
| - |
60 |
| -Function name: async2::executor::block_on::<async2::async_func_just_println::{closure#0}> |
61 |
| -Raw bytes (40): 0x[01, 01, 03, 0b, 05, 01, 05, 01, 05, 06, 01, 27, 05, 0a, 36, 02, 0d, 20, 00, 23, 0b, 00, 27, 00, 49, 02, 01, 17, 00, 1a, 05, 01, 0e, 00, 0f, 02, 02, 05, 00, 06] |
62 |
| -Number of files: 1 |
63 |
| -- file 0 => global file 1 |
64 |
| -Number of expressions: 3 |
65 |
| -- expression 0 operands: lhs = Expression(2, Add), rhs = Counter(1) |
66 |
| -- expression 1 operands: lhs = Counter(0), rhs = Counter(1) |
67 |
| -- expression 2 operands: lhs = Counter(0), rhs = Counter(1) |
68 |
| -Number of file 0 mappings: 6 |
69 |
| -- Code(Counter(0)) at (prev + 39, 5) to (start + 10, 54) |
70 |
| -- Code(Expression(0, Sub)) at (prev + 13, 32) to (start + 0, 35) |
71 |
| - = ((c0 + c1) - c1) |
72 |
| -- Code(Expression(2, Add)) at (prev + 0, 39) to (start + 0, 73) |
73 |
| - = (c0 + c1) |
74 |
| -- Code(Expression(0, Sub)) at (prev + 1, 23) to (start + 0, 26) |
75 |
| - = ((c0 + c1) - c1) |
76 |
| -- Code(Counter(1)) at (prev + 1, 14) to (start + 0, 15) |
77 |
| -- Code(Expression(0, Sub)) at (prev + 2, 5) to (start + 0, 6) |
78 |
| - = ((c0 + c1) - c1) |
79 |
| - |
80 |
| -Function name: async2::executor::block_on::VTABLE::{closure#0} |
81 |
| -Raw bytes (9): 0x[01, 01, 00, 01, 01, 2b, 11, 00, 31] |
82 |
| -Number of files: 1 |
83 |
| -- file 0 => global file 1 |
84 |
| -Number of expressions: 0 |
85 |
| -Number of file 0 mappings: 1 |
86 |
| -- Code(Counter(0)) at (prev + 43, 17) to (start + 0, 49) |
87 |
| - |
88 |
| -Function name: async2::executor::block_on::VTABLE::{closure#1} |
89 |
| -Raw bytes (9): 0x[01, 01, 00, 01, 01, 2c, 11, 00, 31] |
90 |
| -Number of files: 1 |
91 |
| -- file 0 => global file 1 |
92 |
| -Number of expressions: 0 |
93 |
| -Number of file 0 mappings: 1 |
94 |
| -- Code(Counter(0)) at (prev + 44, 17) to (start + 0, 49) |
95 |
| - |
96 |
| -Function name: async2::executor::block_on::VTABLE::{closure#2} |
97 |
| -Raw bytes (9): 0x[01, 01, 00, 01, 01, 2d, 11, 00, 31] |
98 |
| -Number of files: 1 |
99 |
| -- file 0 => global file 1 |
100 |
| -Number of expressions: 0 |
101 |
| -Number of file 0 mappings: 1 |
102 |
| -- Code(Counter(0)) at (prev + 45, 17) to (start + 0, 49) |
103 |
| - |
104 |
| -Function name: async2::executor::block_on::VTABLE::{closure#3} |
105 |
| -Raw bytes (9): 0x[01, 01, 00, 01, 01, 2e, 11, 00, 13] |
106 |
| -Number of files: 1 |
107 |
| -- file 0 => global file 1 |
108 |
| -Number of expressions: 0 |
109 |
| -Number of file 0 mappings: 1 |
110 |
| -- Code(Counter(0)) at (prev + 46, 17) to (start + 0, 19) |
| 38 | +- Code(Counter(0)) at (prev + 21, 36) to (start + 2, 2) |
111 | 39 |
|
112 | 40 | Function name: async2::main
|
113 |
| -Raw bytes (9): 0x[01, 01, 00, 01, 01, 17, 01, 07, 02] |
| 41 | +Raw bytes (9): 0x[01, 01, 00, 01, 01, 19, 01, 07, 02] |
114 | 42 | Number of files: 1
|
115 | 43 | - file 0 => global file 1
|
116 | 44 | Number of expressions: 0
|
117 | 45 | Number of file 0 mappings: 1
|
118 |
| -- Code(Counter(0)) at (prev + 23, 1) to (start + 7, 2) |
| 46 | +- Code(Counter(0)) at (prev + 25, 1) to (start + 7, 2) |
119 | 47 |
|
120 | 48 | Function name: async2::non_async_func
|
121 |
| -Raw bytes (26): 0x[01, 01, 01, 05, 00, 04, 01, 03, 01, 03, 09, 05, 03, 0a, 02, 06, 00, 02, 06, 00, 07, 03, 01, 01, 00, 02] |
| 49 | +Raw bytes (26): 0x[01, 01, 01, 05, 00, 04, 01, 05, 01, 03, 09, 05, 03, 0a, 02, 06, 00, 02, 06, 00, 07, 03, 01, 01, 00, 02] |
122 | 50 | Number of files: 1
|
123 | 51 | - file 0 => global file 1
|
124 | 52 | Number of expressions: 1
|
125 | 53 | - expression 0 operands: lhs = Counter(1), rhs = Zero
|
126 | 54 | Number of file 0 mappings: 4
|
127 |
| -- Code(Counter(0)) at (prev + 3, 1) to (start + 3, 9) |
| 55 | +- Code(Counter(0)) at (prev + 5, 1) to (start + 3, 9) |
128 | 56 | - Code(Counter(1)) at (prev + 3, 10) to (start + 2, 6)
|
129 | 57 | - Code(Zero) at (prev + 2, 6) to (start + 0, 7)
|
130 | 58 | - Code(Expression(0, Add)) at (prev + 1, 1) to (start + 0, 2)
|
|
0 commit comments