MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1w630ne/branchavoidant_programming/p7k5dw8/?context=3
r/programming • u/fagnerbrack • 1d ago
87 comments sorted by
View all comments
28
That's interesting. Would this also apply to higher languages, like Java, which run on a JVM? (Not intending to rewrite my code, but I'm curious how much languages like Java benefit from branch prediction and brancheless approaches)
8 u/farnoy 23h ago https://www.romainguy.dev/posts/2024/the-path-not-taken/ Yes 1 u/bodiam 23h ago Ah, thanks for sharing that article, that's great!
8
https://www.romainguy.dev/posts/2024/the-path-not-taken/
Yes
1 u/bodiam 23h ago Ah, thanks for sharing that article, that's great!
1
Ah, thanks for sharing that article, that's great!
28
u/bodiam 1d ago
That's interesting. Would this also apply to higher languages, like Java, which run on a JVM? (Not intending to rewrite my code, but I'm curious how much languages like Java benefit from branch prediction and brancheless approaches)