Hacker News new | ask | show | jobs
by terryf 259 days ago
Yes, this has been done for a while now, speculative execution + register renaming is how this happens. https://en.wikipedia.org/wiki/Register_renaming
2 comments

No, what’s been done for a while is speculatively executing one predicted path, not both paths in parallel.
Doesn't that only work on one side of the branch though?