|
|
|
|
|
by fulafel
1611 days ago
|
|
Speculative execution enables continuing along the predicted branch without stopping. You do need to have the ~2 instructions to get the length test input on hand but that usually can be eaten by insn level parallelism without hurting the latency of the array operation. |
|
This doesn't align with any of my performance optimization experience.