File Download

There are no files associated with this item.

  • Find it @ UNIST can give you direct access to the published full text of this article. (UNISTARs only)
Related Researcher

이종은

Lee, Jongeun
Intelligent Computing and Codesign Lab.
Read More

Views & Downloads

Detailed Information

Cited time in webofscience Cited time in scopus
Metadata Downloads

A Compiler Optimization to Reduce Soft Errors in Register Files

Author(s)
Lee, JongeunShrivastava, Aviral
Issued Date
2009-06-19
DOI
10.1145/1542452.1542459
URI
https://scholarworks.unist.ac.kr/handle/201301/32411
Fulltext
https://dl.acm.org/citation.cfm?id=1542459
Citation
ACM SIGPLAN Conference on Languages, Compilers and Tools for Embedded Systems, pp.41 - 49
Abstract
Register file (RF) is extremely vulnerable to soft errors, and traditional redundancy based schemes to protect the RF are prohibitive not only because RF is often in the timing critical path of the processor, but also since it is one of the hottest blocks on the chip, and therefore adding any extra circuitry to it is not desirable. Pure software approaches would be ideal in this case, but previous approaches that are based on program duplication have very significant runtime overheads, and others based on instruction scheduling are only moderately effective due to local scope. We show that the problem of protecting registers inherently requires inter-procedural analysis, and intra-procedural optimization are ineffective. This paper presents a pure compiler approach, based on inter-procedural code analysis to reduce the vulnerability of registers by temporarily writing live variables to protected memory. We formulate the problem as an integer linear programming problem and also present a very efficient heuristic algorithm. Our experiments demonstrate that our proposed technique can reduce the vulnerability of the RF by 33 ~ 37% on average and up to 66%, with a small 2% increase in runtime. In addition, our overhead reduction optimizations can effectively reduce the code size overhead, by more than 40% on average, to a mere 5 ~ 6%, as compared to highly optimized binaries.
Publisher
ACM SIGPLAN,ACM SIGBED

qrcode

Items in Repository are protected by copyright, with all rights reserved, unless otherwise indicated.