1
Fork 0

coverage: Add an extra "transcribe" step after counter creation

This commit is contained in:
Zalathar 2024-11-29 12:58:35 +11:00
parent aca6dba6d1
commit 44e4e4515c
37 changed files with 1609 additions and 1441 deletions

View file

@ -32,16 +32,16 @@ Number of file 0 mappings: 2
Highest counter ID seen: c0
Function name: inline_dead::main::{closure#0}
Raw bytes (23): 0x[01, 01, 02, 00, 06, 01, 00, 03, 01, 07, 17, 01, 16, 00, 01, 17, 00, 18, 03, 01, 05, 00, 06]
Raw bytes (23): 0x[01, 01, 02, 07, 00, 01, 00, 03, 01, 07, 17, 01, 16, 00, 01, 17, 00, 18, 02, 01, 05, 00, 06]
Number of files: 1
- file 0 => global file 1
Number of expressions: 2
- expression 0 operands: lhs = Zero, rhs = Expression(1, Sub)
- expression 0 operands: lhs = Expression(1, Add), rhs = Zero
- expression 1 operands: lhs = Counter(0), rhs = Zero
Number of file 0 mappings: 3
- Code(Counter(0)) at (prev + 7, 23) to (start + 1, 22)
- Code(Zero) at (prev + 1, 23) to (start + 0, 24)
- Code(Expression(0, Add)) at (prev + 1, 5) to (start + 0, 6)
= (Zero + (c0 - Zero))
- Code(Expression(0, Sub)) at (prev + 1, 5) to (start + 0, 6)
= ((c0 + Zero) - Zero)
Highest counter ID seen: c0