CRARJul 31, 2020

BasicBlocker: ISA Redesign to Make Spectre-Immune CPUs Faster

arXiv:2007.15919v2
AI Analysis

This addresses the security-performance trade-off in CPU design for systems vulnerable to microarchitectural attacks, offering a novel approach rather than incremental improvements.

The paper tackles the performance penalty of eliminating speculative execution to defend against Spectre attacks by introducing BasicBlocker, an ISA modification that allows non-speculative CPUs to achieve most of the performance benefits of speculative execution, with evaluations showing competitive performance on benchmark programs.

Recent research has revealed an ever-growing class of microarchitectural attacks that exploit speculative execution, a standard feature in modern processors. Proposed and deployed countermeasures involve a variety of compiler updates, firmware updates, and hardware updates. None of the deployed countermeasures have convincing security arguments, and many of them have already been broken. The obvious way to simplify the analysis of speculative-execution attacks is to eliminate speculative execution. This is normally dismissed as being unacceptably expensive, but the underlying cost analyses consider only software written for current instruction-set architectures, so they do not rule out the possibility of a new instruction-set architecture providing acceptable performance without speculative execution. A new ISA requires compiler and hardware updates, but these are happening in any case. This paper introduces BasicBlocker, a generic ISA modification that works for all common ISAs and that allows non-speculative CPUs to obtain most of the performance benefit that would have been provided by speculative execution. To demonstrate the feasibility of BasicBlocker, this paper defines a variant of the RISC-V ISA called BBRISC-V and provides a thorough evaluation on both a 5-stage in-order soft core and a superscalar out-of-order processor using an associated compiler and a variety of benchmark programs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes