Comparing DoubleStack::pop() in assumed vs ignored

Files changed (1) hide show
  1. bdlma_countingallocator.t/{0.assume.s → 0.none.s} +3 -4
bdlma_countingallocator.t/{0.assume.s → 0.none.s} RENAMED
@@ -1,14 +1,13 @@
1
  00000000004043f0 <DoubleStack::pop()>:
2
  0000000000000000: 01 pushq %rbx
3
  0000000000000001: 03 movq %rdi, %rbx
4
- 0000000000000004: 03 movl 12(%rdi), %eax
5
  0000000000000007: 04 movq 16(%rdi), %rdi
6
- 000000000000000b: 03 movq (%rbx), %rcx
7
- 000000000000000e: 02 decl %eax
8
- 0000000000000010: 04 movq (%rcx,%rax,8), %rsi
9
  0000000000000014: 03 movq (%rdi), %rax
10
  0000000000000017: 03 callq *24(%rax)
11
  000000000000001a: 03 decl 12(%rbx)
12
  000000000000001d: 01 popq %rbx
13
  000000000000001e: 01 retq
14
  000000000000001f: 01 nop
1
  00000000004043f0 <DoubleStack::pop()>:
2
  0000000000000000: 01 pushq %rbx
3
  0000000000000001: 03 movq %rdi, %rbx
4
+ 0000000000000004: 03 movq (%rdi), %rax
5
  0000000000000007: 04 movq 16(%rdi), %rdi
6
+ 000000000000000b: 04 movslq 12(%rbx), %rcx
 
7
+ 000000000000000f: 05 movq -8(%rax,%rcx,8), %rsi
8
  0000000000000014: 03 movq (%rdi), %rax
9
  0000000000000017: 03 callq *24(%rax)
10
  000000000000001a: 03 decl 12(%rbx)
11
  000000000000001d: 01 popq %rbx
12
  000000000000001e: 01 retq
13
  000000000000001f: 01 nop