this post was submitted on 28 Oct 2023
304 points (98.4% liked)
Technology
59021 readers
2956 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That article may be out of date though. From the article:
This is true, and it points out one of the ways Intel has made their architecture so competitive, Intel has bet very heavily on branch prediction and they've done a lot of optimisation around it.
But more recently branch prediction has proven to be quite problematic in terms of security. Branch prediction was the root of the problem that led to the meltdown and spectre vulnerabilities. And the only real mitigation for this problem was to completely redesign how branch prediction was done, and significantly reducing the performance gains.
So yeah to sum up, one of the big differences between ARM and intel's X86 architecture is branch prediction, except branch prediction just got nerfed big time.