|
|
|
|
|
by naasking
1257 days ago
|
|
> My experience working on this problem led me to the same conclusion as Mike Pall, which is that compilers do not do well with this pattern Note that that message is from twelve years ago. A lot's changed since then, not just in compilers but in CPUs. Branch prediction is a lot better now. |
|
Even perfect branch prediction cannot solve the problem of unnecessary spills.