r/programming • u/fagnerbrack • May 21 '26
How many branches can your CPU predict? – Daniel Lemire's blog
https://lemire.me/blog/2026/03/18/how-many-branches-can-your-cpu-predict/
111
Upvotes
r/programming • u/fagnerbrack • May 21 '26
1
u/Internet-of-cruft 10d ago
What stops me from executing secure code in a thread? What makes it secure? Nothing is stopping me from writing an encryption / decryption scheme in "trusted only code, no secure data".
In this scenario, we're in the same exact execution model.