Sciweavers

PEPM
2009
ACM

Translation and optimization for a core calculus with exceptions

13 years 9 months ago
Translation and optimization for a core calculus with exceptions
A requirement of any source language is to be rich in features and concise to use by the programmers. As a drawback, it is often too complex to analyse, causing research studies to omit some of the fancy features. For instance, exception handling is an important aspect of programming languages that is instrumental for building robust software with good error handling capability. However, exceptions are often omitted during the initial formulation on program analysis and optimization. Moreover, when considering the traditional approach of converting programs from high level languages to machine code, the target code is meant for the machine, being too cryptic (or low level) for program analysis. Our goal is to design an intermediate, minimal but expressive, core calculus which can be easily analysed and manipulated, and to show that this calculus can handle major language features by translating a significant imperative source language into it. The translation to the core calculus ena...
Cristina David, Cristian Gherghina, Wei-Ngan Chin
Added 26 Jul 2010
Updated 26 Jul 2010
Type Conference
Year 2009
Where PEPM
Authors Cristina David, Cristian Gherghina, Wei-Ngan Chin
Comments (0)