SpiceQA
Questions Tags Users Badges

instruction-reordering

7 Questions
Newest Active Unanswered Frequent
Score
View
Card Compact
Optimizations around atomic load stores in C++
user_123570350
• 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_503850
• 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_503850
• asked Oct 26, 2021
3
1
82
instruction-reordering lockless atomic multithreading c++
How does Google's `DoNotOptimize()` function enforce statement ordering
user_1094140
• 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_28053280
• 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_20915040
• 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_42886730
• asked Jan 17, 2019
2
1
817
instruction-reordering compiler-optimization cpu
  • 1 (current)
Hot Questions
Terms of service Privacy policy
Powered by Answer