Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Branch Prediction
Do branch likelihood hints carry through function calls?
Apr 17, 2021
Performance of "conditional call" on amd64
Apr 17, 2021
Avoid stalling pipeline by calculating conditional early
Apr 17, 2021
What is the effect of ordering if...else if statements by probability?
Apr 17, 2021
Why is (a*b != 0) faster than (a != 0 && b != 0) in Java?
Apr 17, 2021
Branch-aware programming
Apr 17, 2021
What branch misprediction does the Branch Target Buffer detect?
Apr 17, 2021
Is there a compiler hint for GCC to force branch prediction to always go a certain way?
Apr 17, 2021
Does a branch misprediction flush the entire pipeline, even for very short if-statement body?
Apr 17, 2021
branch prediction on a function pointer
Apr 17, 2021
Older Entries »