SpiceQA
Questions
Tags
Users
Badges
instruction-reordering
7 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Optimizations around atomic load stores in C++
user_12357035
0
•
asked Jul 6, 2022
9
1
120
instruction-reordering
compiler-optimization
memory-barriers
atomic
c++
Is using std::atomic_thread_fence right before an atomic load/store with the same order always redundant?
Joseph_Garvin_50385
0
•
asked Oct 26, 2021
5
1
133
instruction-reordering
lockless
atomic
multithreading
c++
Does memory_order_relaxed respect data dependencies within the same thread?
Joseph_Garvin_50385
0
•
asked Oct 26, 2021
3
1
82
instruction-reordering
lockless
atomic
multithreading
c++
How does Google's `DoNotOptimize()` function enforce statement ordering
user_109414
0
•
asked Sep 22, 2021
3
1
375
google-benchmark
instruction-reordering
compiler-optimization
inline-assembly
benchmarking
Is the compiler allowed to reorder statements around `std::condition_variable::notify_one`?
user_2805328
0
•
asked Mar 13, 2021
2
0
72
instruction-reordering
condition-variable
thread-safety
multithreading
c++
Can object access be reordered with that object's final field access in Java?
user_2091504
0
•
asked Jun 9, 2020
3
2
186
instruction-reordering
java-memory-model
final
java
What's the relation between instruction reordering done by a compiler and instruction reordering done by a cpu?
user_4288673
0
•
asked Jan 17, 2019
2
1
817
instruction-reordering
compiler-optimization
cpu
1
(current)
Hot Questions