SpiceQA
Questions
Tags
Users
Badges
branch-prediction
39 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
How do you convert a boolean condition to an integer type in Java without a branching or jump in the compiled byte-code and JITed machine-code
user_676644
0
•
asked Dec 2, 2020
3
1
234
branch-prediction
java
performance
Is it possible to "skip" the branch predictor when you know the path ahead of time?
user_12936536
0
•
asked Nov 20, 2020
2
1
122
branch-prediction
x86-64
micro-optimization
assembly
optimization
Why -O1 is faster than -O2
user_10892621
0
•
asked Nov 19, 2020
4
2
392
compiler-optimization
branch-prediction
x86
gcc
c
Do branch likelihood hints carry through function calls?
user_742350
0
•
asked Oct 9, 2020
23
3
987
compiler-optimization
c++20
branch-prediction
c++
How does trace-inputs provided to trace-driven simulators look like?
user_4972296
0
•
asked Oct 5, 2020
2
0
25
branch-prediction
simulator
cpu-architecture
trace
memory-management
Any reason to use BX R over MOV pc, R except thumb interwork pre ARMv7?
user_904148
0
•
asked Aug 9, 2020
10
1
952
micro-architecture
branch-prediction
arm
assembly
cpu-architecture
How to avoid mostly untaken conditional branches?
user_10046004
0
•
asked Jul 9, 2020
4
0
124
branch-prediction
if-statement
assembly
optimization
performance
Is it possible to mitigate branch misprediction penalty by giving earlier hint?
user_2945027
0
•
asked May 21, 2020
2
0
48
branch-prediction
x86-64
x86
how to optimize multi independent Conditional branch in Compare Function?
user_8593015
0
•
asked Mar 24, 2020
4
2
307
branch-prediction
micro-optimization
comparison
c++
performance
How many instructions need to be killed on a miss-predict in a 6-stage scalar or superscalar MIPS?
user_11505666
0
•
asked Mar 20, 2020
4
1
139
mips32
mips
branch-prediction
pipeline
cpu-architecture
Prev
Prev
1
2
3
(current)
4
Next
Next
Hot Questions