▲ | gpderetta 5 months ago | |
Indeed, the limit is on taken branches, hence why making the most likely case fall through is often an optimization. | ||
▲ | adgjlsfhk1 5 months ago | parent [-] | |
The tricky part here is that compilers are pretty bad (without PGO at least) of knowing what side of the branch matters. |