Hacker News new | ask | show | jobs
by voidlogic 3078 days ago
>Does the branch predictor have to start tagging every branch guess with some sort of process ID to prevent one process from messing with another’s predictions?

Its worth pointing out that for their newest designs AMD (and Samsung Exynos) uses the full memory address for branch predictions; no doubt Intel's next design will be doing this.

1 comments

Ah, that makes since. Sounds like a much less complicated fix than my idea.