Rethread: A Low-Cost Transient Fault Recovery Scheme for Multithreaded Processors.

Jian Fu,Qiang Yang,Raphael Poss,Chris R. Jesshope,Chunyuan Zhang
DOI: https://doi.org/10.1109/ares.2014.18
2014-01-01
Abstract:Transient fault recovery is important in processor availability. However, significant silicon or performance over-heads are characteristics of existing techniques. We uncover an opportunity to reduce the overheads dramatically in modern processors that appears as a side-effect of introducing hardware multithreading to improve performance. We observe that threads are usually short code sequences with no branches and few memory side-effects, which means that the number of checkpoints is small and constant. In addition, the state structures of a thread already presented in hardware can be reused to provide check pointing. In this paper, we demonstrate this principle of using a hardware/software co-design called Rethread, which features compiler-generated code annotations and automatic recovery in hardware by restarting threads. This approach provides the ability to recover from transient faults without dedicated hardware. Moreover, results show performance degradation under both fault-free condition (less than 5%) and as a function of fault rate.
What problem does this paper attempt to address?