Another round of speculative-execution vulnerabilities
Another round of speculative-execution vulnerabilities
Posted Aug 10, 2023 22:29 UTC (Thu) by jmspeex (guest, #51639)In reply to: Another round of speculative-execution vulnerabilities by willy
Parent article: Another round of speculative-execution vulnerabilities
Actually, even in-order CPUs typically use speculative execution. Not having speculative execution means you stall the entire pipeline on every conditional branch. Even the original Pentium I had a branch predictor (and hence speculative execution), possibly even the 486.
