Sciweavers

PEPM
2015
ACM

Incremental Evaluation of Higher Order Attributes

8 years 10 days ago
Incremental Evaluation of Higher Order Attributes
Compilers, amongst other programs, often work with data that (slowly) changes over time. When the changes between subsequent runs of the compiler are small, one would hope the compiler to incrementally update its results, resulting in much lower running times. However, the manual construction of an incremental compiler is very hard and error prone and therefore usually not an option. Attribute grammars provide an attractive way of constructing compilers, as they are compositional in nature and allow for aspect oriented programming. In this work we extend previous work on the automatic generation of incremental attribute grammar evaluators, with the purpose of (semi-)automatically generating an incremental compiler from the regular attribute grammar definition, by adding support for incremental evaluation of higher order attributes, a well known extension to the classical attribute grammars that is used in many ways in compiler construction, for example to model different compiler pha...
Jeroen Bransen, Atze Dijkstra, S. Doaitse Swierstr
Added 16 Apr 2016
Updated 16 Apr 2016
Type Journal
Year 2015
Where PEPM
Authors Jeroen Bransen, Atze Dijkstra, S. Doaitse Swierstra
Comments (0)