Hacker News new | ask | show | jobs
by immibis 610 days ago
Laptops could do with the power use reduction.
2 comments

I think you are underestimating how many times slower processors would be without any speculation at all. It would mean having to wait dozens of cycles on every branch so you can know whether it was taken before executing the next instruction, for example.
Speculative execution like almost every modern CPU performance trick decreases power use.

Mobile SoCs have OOO.