学位论文详细信息
Improving Efficiency and Safety of Program Generation
programming languages;program generation;type systems;multi-staged programming;meta-level programming
Aktemur, T. Baris
关键词: programming languages;    program generation;    type systems;    multi-staged programming;    meta-level programming;   
Others  :  https://www.ideals.illinois.edu/bitstream/handle/2142/11868/aktemur-dissertation.pdf?sequence=2&isAllowed=y
美国|英语
来源: The Illinois Digital Environment for Access to Learning and Scholarship
PDF
【 摘 要 】
Program Generation (PG) is about writing programs that write programs.A program generator composes various pieces of code to construct a new program.When employed at runtime, PG can producean efficient version of a program by specializing it according to inputs that become available at runtime. PG has been used in a wide range of applications to improve program efficiency and modularity as wellasprogrammer productivity.There are two major problems associated with PG:(1) Program generation has its own cost, whichmay cause a performance loss even though PG is intended for performance gain.This is especially important for runtime program generation.(2) Compilability guarantees about the generated program are poor;the generator may produce a type-incorrect program.In this dissertation we focus on these two problems.We provide three techniques that address the first problem.First, we show that just-in-time generation can successfully reduce the cost of generation by avoiding unnecessary program generation.We do this by means of an experiment in the context of marshalling in Java,where we generate specializedobject marshallers based on object types. Just-in-time generation improved the speedup from 1.22 to 3.16.Second, we apply source-level transformations to optimizethe execution of program generators.Up to 15\% speedup has been achieved in runtime generation timefor Jumbo, a PG system for Java. Third, we provide a technique to stage analysis of generated programs to perform a portionof the analysis at compile time rather than completing the entire analysis at runtime.We also give experimental evidence via several examples that this technique reduces runtime generation cost. To address the second problem of PG,we first show that operational semantics of record calculus and program generation are equivalent, and that a record type system can be used to type-check program generators. We also show that this is true in the presence of expressions with side-effects.We then make use of an already-existing record calculus feature, subtyping, to extend the program generation type system with subtyping constraints.As a result, we obtain a very expressivetype system to statically guarantee that a generator willproduce type-safe code.We state and prove the theorems based on an ML-like language with program generation constructs.
【 预 览 】
附件列表
Files Size Format View
Improving Efficiency and Safety of Program Generation 890KB PDF download
  文献评价指标  
  下载次数:1次 浏览次数:10次