Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in branch-prediction
How can I dynamically hint a branch target to an x64 CPU?
Sep 14, 2022
assembly
x86-64
cpu-architecture
branch-prediction
jump-table
Correctly using C++20 `[likely]]`/`[[unlikely]]` in `switch` statements
Sep 05, 2022
c++
attributes
switch-statement
c++20
branch-prediction
Why predict a branch, instead of simply executing both in parallel?
May 26, 2019
cpu-architecture
branch-prediction
Can you use builtin_expect with switch statement
Feb 10, 2022
gcc
switch-statement
branch-prediction
How to measure mispredictions for a single branch on Linux?
Nov 15, 2022
linux
profiling
perf
branch-prediction
branch prediction on a function pointer
Sep 24, 2022
c++
function-pointers
branch-prediction
The inner workings of Spectre (v2)
Aug 20, 2022
x86
intel
cpu-architecture
branch-prediction
spectre
How does the branch predictor know if it is not correct?
Oct 20, 2022
assembly
cpu
cpu-architecture
branch-prediction
Why isn't there a branch prediction failure penalty in this Rust code?
Jun 20, 2022
performance
rust
compiler-optimization
branch-prediction
llvm-codegen
Trying famous branch-prediction example sometimes results in strange times
May 09, 2022
performance
optimization
rust
branch-prediction
Small branches in modern CPUs
May 23, 2022
performance
x86-64
cpu-architecture
avx
branch-prediction
C++20: difference between [[likely]], [[unlikely]] and __builtin_expect?
Apr 04, 2022
c++
c++20
branch-prediction
Set bit X of an integer to bit Y of another integer without branching?
Mar 02, 2022
c++
c++11
optimization
bit-manipulation
branch-prediction
Branch-free implementation of f(x) := if x == 0 then 0 else (x * log(x))
May 30, 2022
c
optimization
nan
logarithm
branch-prediction
Are If Thens faster than multiplication and assignment?
Feb 05, 2021
c
optimization
ada
branch-prediction
Any reason to use BX R over MOV pc, R except thumb interwork pre ARMv7?
Feb 25, 2022
assembly
arm
cpu-architecture
branch-prediction
micro-architecture
Branch Prediction at no cost?
Oct 26, 2022
c++
c
pipeline
branch-prediction
BTB size for Haswell, Sandy Bridge, Ivy Bridge, and Skylake?
Sep 26, 2022
x86
cpu
intel
cpu-architecture
branch-prediction
Why not just predict both branches?
Nov 09, 2022
cpu
cpu-architecture
prefetch
branch-prediction
speculative-execution
« Newer Entries
Older Entries »