Static Typing For A Faulty Lambda Calculus

ICFP06: ACM SIGPLAN International Conference on Functional Programming Portland Oregon USA September, 2006(2006)

引用 32|浏览45
暂无评分
摘要
A transient hardware fault occurs when an energetic particle strikes a transistor, causing it to change state. These faults do not cause permanent damage, but may result in incorrect program execution by altering signal transfers or stored values. While the likelihood that such transient faults will cause any significant damage may seem remote, over the last several years transient faults have caused costly failures in high-end machines at America Online, eBay, and the Los Alamos Neutron Science Center, among others [ 6, 44, 15]. Because susceptibility to transient faults is proportional to the size and density of transistors, the problem of transient faults will become increasingly important in the coming decades.This paper defines the first formal, type-theoretic framework for studying reliable computation in the presence of transient faults. More specifically, it defines lambda(zap), a lambda calculus that exhibits intermittent data faults. In order to detect and recover from these faults, lambda(zap) programs replicate intermediate computations and use majority voting, thereby modeling software-based fault tolerance techniques studied extensively, but informally [ 10, 20, 30, 31, 32, 33, 41].To ensure that programs maintain the proper invariants and use lambda(zap) primitives correctly, the paper defines a type system for the language. This type system guarantees that well-typed programs can tolerate any single data fault. To demonstrate that lambda(zap) can serve as an idealized typed intermediate language, we define a type-preserving translation from a standard simply-typed lambda calculus into lambda(zap).
更多
查看译文
关键词
transient hardware faults,soft faults,type systems,typed intermediate languages,lambda calculus,fault tolerance,reliable computing
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要