1
1
Function name: guard::branch_match_guard
2
- Raw bytes (85): 0x[01, 01, 06, 19, 0d, 05, 09, 0f, 15, 13, 11, 17, 0d, 05, 09, 0d, 01, 0c, 01, 01, 10, 1d , 03, 0b, 00, 0c, 15, 01, 14, 02, 0a, 0d, 03, 0e, 00, 0f, 19, 00, 14, 00, 19, 20, 0d, 02, 00, 14, 00, 1e, 0d, 00, 1d, 02, 0a, 11, 03, 0e, 00, 0f, 1d , 00, 14, 00, 19, 20, 11, 09, 00, 14, 00, 1e, 11, 00, 1d, 02, 0a, 17, 03, 0e, 02, 0a, 0b, 04, 01, 00, 02]
2
+ Raw bytes (85): 0x[01, 01, 06, 19, 0d, 05, 09, 0f, 15, 13, 11, 17, 0d, 05, 09, 0d, 01, 0c, 01, 01, 10, 02 , 03, 0b, 00, 0c, 15, 01, 14, 02, 0a, 0d, 03, 0e, 00, 0f, 19, 00, 14, 00, 19, 20, 0d, 02, 00, 14, 00, 1e, 0d, 00, 1d, 02, 0a, 11, 03, 0e, 00, 0f, 02 , 00, 14, 00, 19, 20, 11, 09, 00, 14, 00, 1e, 11, 00, 1d, 02, 0a, 17, 03, 0e, 02, 0a, 0b, 04, 01, 00, 02]
3
3
Number of files: 1
4
4
- file 0 => global file 1
5
5
Number of expressions: 6
@@ -11,7 +11,8 @@ Number of expressions: 6
11
11
- expression 5 operands: lhs = Counter(1), rhs = Counter(2)
12
12
Number of file 0 mappings: 13
13
13
- Code(Counter(0)) at (prev + 12, 1) to (start + 1, 16)
14
- - Code(Counter(7)) at (prev + 3, 11) to (start + 0, 12)
14
+ - Code(Expression(0, Sub)) at (prev + 3, 11) to (start + 0, 12)
15
+ = (c6 - c3)
15
16
- Code(Counter(5)) at (prev + 1, 20) to (start + 2, 10)
16
17
- Code(Counter(3)) at (prev + 3, 14) to (start + 0, 15)
17
18
- Code(Counter(6)) at (prev + 0, 20) to (start + 0, 25)
@@ -20,7 +21,8 @@ Number of file 0 mappings: 13
20
21
false = (c6 - c3)
21
22
- Code(Counter(3)) at (prev + 0, 29) to (start + 2, 10)
22
23
- Code(Counter(4)) at (prev + 3, 14) to (start + 0, 15)
23
- - Code(Counter(7)) at (prev + 0, 20) to (start + 0, 25)
24
+ - Code(Expression(0, Sub)) at (prev + 0, 20) to (start + 0, 25)
25
+ = (c6 - c3)
24
26
- Branch { true: Counter(4), false: Counter(2) } at (prev + 0, 20) to (start + 0, 30)
25
27
true = c4
26
28
false = c2
@@ -29,5 +31,5 @@ Number of file 0 mappings: 13
29
31
= (c1 + c2)
30
32
- Code(Expression(2, Add)) at (prev + 4, 1) to (start + 0, 2)
31
33
= ((((c1 + c2) + c3) + c4) + c5)
32
- Highest counter ID seen: c7
34
+ Highest counter ID seen: c6
33
35
0 commit comments