Comparing BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector > const&) in assumed vs ignored

Files changed (1) hide show
  1. bdlcc_stripedunorderedmap.t/{2.assume.s → 2.none.s} +59 -53
bdlcc_stripedunorderedmap.t/{2.assume.s → 2.none.s} RENAMED
@@ -1,61 +1,67 @@
1
- 0000000000586190 <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)>:
2
  0000000000000000: 01 pushq %rbp
3
  0000000000000001: 02 pushq %r15
4
  0000000000000003: 02 pushq %r14
5
  0000000000000005: 02 pushq %r13
6
  0000000000000007: 02 pushq %r12
7
  0000000000000009: 01 pushq %rbx
8
  000000000000000a: 04 subq $40, %rsp
9
  000000000000000e: 03 movq %rdx, %r14
10
- 0000000000000011: 03 movq %rdi, %rbx
11
- 0000000000000014: 04 movq 8(%rdx), %rbp
12
- 0000000000000018: 03 subq (%rdx), %rbp
13
- 000000000000001b: 04 shrq $2, %rbp
14
- 000000000000001f: 02 movl %esi, %esi
15
- 0000000000000021: 05 movq %rsi, 16(%rsp)
16
- 0000000000000026: 05 callq 0x5871b0 <bsl::vector<bsl::vector<bsl::vector<double, bsl::allocator<double> >, bsl::allocator<bsl::vector<double, bsl::allocator<double> > > >, bsl::allocator<bsl::vector<bsl::vector<double, bsl::allocator<double> >, bsl::allocator<bsl::vector<double, bsl::allocator<double> > > > > >::resize(unsigned long)>
17
- 000000000000002b: 03 movslq %ebp, %rax
18
- 000000000000002e: 05 movq %rax, 8(%rsp)
19
- 0000000000000033: 02 movl %eax, %ebp
20
- 0000000000000035: 03 xorl %r15d, %r15d
21
- 0000000000000038: 05 leaq 32(%rsp), %r13
22
- 000000000000003d: 02 jmp 0x5861df <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)+0x4f>
23
- 000000000000003f: 01 nop
24
- 0000000000000040: 05 movq 24(%rsp), %r15
25
- 0000000000000045: 03 incq %r15
26
- 0000000000000048: 05 cmpq 16(%rsp), %r15
27
- 000000000000004d: 02 je 0x586240 <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)+0xb0>
28
- 000000000000004f: 05 movq %r15, 24(%rsp)
29
- 0000000000000054: 04 shlq $5, %r15
30
- 0000000000000058: 03 movq (%rbx), %rdi
31
- 000000000000005b: 03 addq %r15, %rdi
32
- 000000000000005e: 05 movq 8(%rsp), %r12
33
- 0000000000000063: 03 movq %r12, %rsi
34
- 0000000000000066: 05 callq 0x587670 <bsl::vector<bsl::vector<double, bsl::allocator<double> >, bsl::allocator<bsl::vector<double, bsl::allocator<double> > > >::resize(unsigned long)>
35
- 000000000000006b: 03 testl %r12d, %r12d
36
- 000000000000006e: 02 jle 0x5861d0 <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)+0x40>
37
- 0000000000000070: 03 xorl %r12d, %r12d
38
- 0000000000000073: 10 nopw %cs:(%rax,%rax)
39
- 000000000000007d: 03 nopl (%rax)
40
- 0000000000000080: 03 movq (%rbx), %rax
41
- 0000000000000083: 03 movq %r12, %rdi
42
- 0000000000000086: 04 shlq $5, %rdi
43
- 000000000000008a: 04 addq (%rax,%r15), %rdi
44
- 000000000000008e: 03 movq (%r14), %rax
45
- 0000000000000091: 04 movslq (%rax,%r12,4), %rsi
46
- 0000000000000095: 09 movq $0, 32(%rsp)
47
- 000000000000009e: 03 movq %r13, %rdx
48
- 00000000000000a1: 05 callq 0x5a70d0 <bsl::vector<double, bsl::allocator<double> >::resize(unsigned long, double const&)>
49
- 00000000000000a6: 03 incq %r12
50
- 00000000000000a9: 03 cmpq %rbp, %r12
51
- 00000000000000ac: 02 jne 0x586210 <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)+0x80>
52
- 00000000000000ae: 02 jmp 0x5861d0 <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)+0x40>
53
- 00000000000000b0: 04 addq $40, %rsp
54
- 00000000000000b4: 01 popq %rbx
55
- 00000000000000b5: 02 popq %r12
56
- 00000000000000b7: 02 popq %r13
57
- 00000000000000b9: 02 popq %r14
58
- 00000000000000bb: 02 popq %r15
59
- 00000000000000bd: 01 popq %rbp
60
- 00000000000000be: 01 retq
61
- 00000000000000bf: 01 nop
 
 
 
 
 
 
1
+ 0000000000585ff0 <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)>:
2
  0000000000000000: 01 pushq %rbp
3
  0000000000000001: 02 pushq %r15
4
  0000000000000003: 02 pushq %r14
5
  0000000000000005: 02 pushq %r13
6
  0000000000000007: 02 pushq %r12
7
  0000000000000009: 01 pushq %rbx
8
  000000000000000a: 04 subq $40, %rsp
9
  000000000000000e: 03 movq %rdx, %r14
10
+ 0000000000000011: 03 movl %esi, %r12d
11
+ 0000000000000014: 03 movq %rdi, %rbx
12
+ 0000000000000017: 04 movq 8(%rdx), %rbp
13
+ 000000000000001b: 03 subq (%rdx), %rbp
14
+ 000000000000001e: 03 movslq %esi, %r15
15
+ 0000000000000021: 03 movq %r15, %rsi
16
+ 0000000000000024: 05 callq 0x587030 <bsl::vector<bsl::vector<bsl::vector<double, bsl::allocator<double> >, bsl::allocator<bsl::vector<double, bsl::allocator<double> > > >, bsl::allocator<bsl::vector<bsl::vector<double, bsl::allocator<double> >, bsl::allocator<bsl::vector<double, bsl::allocator<double> > > > > >::resize(unsigned long)>
17
+ 0000000000000029: 03 testl %r15d, %r15d
18
+ 000000000000002c: 06 jle 0x5860c0 <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)+0xd0>
19
+ 0000000000000032: 04 shrq $2, %rbp
20
+ 0000000000000036: 03 movslq %ebp, %rax
21
+ 0000000000000039: 03 movl %r12d, %ecx
22
+ 000000000000003c: 05 movq %rcx, 8(%rsp)
23
+ 0000000000000041: 05 movq %rax, 16(%rsp)
24
+ 0000000000000046: 02 movl %eax, %ebp
25
+ 0000000000000048: 03 xorl %r13d, %r13d
26
+ 000000000000004b: 05 leaq 32(%rsp), %r12
27
+ 0000000000000050: 02 jmp 0x58605f <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)+0x6f>
28
+ 0000000000000052: 10 nopw %cs:(%rax,%rax)
29
+ 000000000000005c: 04 nopl (%rax)
30
+ 0000000000000060: 05 movq 24(%rsp), %r13
31
+ 0000000000000065: 03 incq %r13
32
+ 0000000000000068: 05 cmpq 8(%rsp), %r13
33
+ 000000000000006d: 02 je 0x5860c0 <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)+0xd0>
34
+ 000000000000006f: 05 movq %r13, 24(%rsp)
35
+ 0000000000000074: 04 shlq $5, %r13
36
+ 0000000000000078: 03 movq (%rbx), %rdi
37
+ 000000000000007b: 03 addq %r13, %rdi
38
+ 000000000000007e: 05 movq 16(%rsp), %r15
39
+ 0000000000000083: 03 movq %r15, %rsi
40
+ 0000000000000086: 05 callq 0x5874f0 <bsl::vector<bsl::vector<double, bsl::allocator<double> >, bsl::allocator<bsl::vector<double, bsl::allocator<double> > > >::resize(unsigned long)>
41
+ 000000000000008b: 03 testl %r15d, %r15d
42
+ 000000000000008e: 02 jle 0x586050 <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)+0x60>
43
+ 0000000000000090: 03 xorl %r15d, %r15d
44
+ 0000000000000093: 10 nopw %cs:(%rax,%rax)
45
+ 000000000000009d: 03 nopl (%rax)
46
+ 00000000000000a0: 03 movq (%rbx), %rax
47
+ 00000000000000a3: 03 movq %r15, %rdi
48
+ 00000000000000a6: 04 shlq $5, %rdi
49
+ 00000000000000aa: 04 addq (%rax,%r13), %rdi
50
+ 00000000000000ae: 03 movq (%r14), %rax
51
+ 00000000000000b1: 04 movslq (%rax,%r15,4), %rsi
52
+ 00000000000000b5: 09 movq $0, 32(%rsp)
53
+ 00000000000000be: 03 movq %r12, %rdx
54
+ 00000000000000c1: 05 callq 0x5a6f60 <bsl::vector<double, bsl::allocator<double> >::resize(unsigned long, double const&)>
55
+ 00000000000000c6: 03 incq %r15
56
+ 00000000000000c9: 03 cmpq %rbp, %r15
57
+ 00000000000000cc: 02 jne 0x586090 <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)+0xa0>
58
+ 00000000000000ce: 02 jmp 0x586050 <BloombergLP::bslmt::ThroughputBenchmarkResult::initialize(int, bsl::vector<int, bsl::allocator<int> > const&)+0x60>
59
+ 00000000000000d0: 04 addq $40, %rsp
60
+ 00000000000000d4: 01 popq %rbx
61
+ 00000000000000d5: 02 popq %r12
62
+ 00000000000000d7: 02 popq %r13
63
+ 00000000000000d9: 02 popq %r14
64
+ 00000000000000db: 02 popq %r15
65
+ 00000000000000dd: 01 popq %rbp
66
+ 00000000000000de: 01 retq
67
+ 00000000000000df: 01 nop