Linearly Ordered Attribute Grammar Scheduling Using SAT-Solving

Publication date

2015

Authors

Bransen, J.ISNI 0000000419552294
van Binsbergen, L.Thomas
Claessen, Koen
Dijkstra, AtzeISNI 0000000353726385

Editors

Baier, Christel
Tinelli, Cesare

Advisors

Supervisors

Document Type

Part of book
Open Access logo

License

Abstract

Many computations over trees can be specified using attribute grammars. Compilers for attribute grammars need to find an evaluation order (or schedule) in order to generate efficient code. For the class of linearly ordered attribute grammars such a schedule can be found statically, but this problem is known to be NP-hard. In this paper, we show how to encode linearly ordered attribute grammar scheduling as a SAT-problem. For such grammars it is necessary to ensure that the dependency graph is cycle free, which we approach in a novel way by transforming the dependency graph to a chordal graph allowing the cycle freeness to be efficiently expressed and computed using SAT solvers. There are two main advantages to using a SAT-solver for scheduling: (1) the scheduling algorithm runs faster than existing scheduling algorithms on real-world examples, and (2) by adding extra constraints we obtain fine-grained control over the resulting schedule, thereby enabling new scheduling optimisations.

Keywords

Attribute Grammars, static analysis, SAT-solving

Citation

Bransen, J, van Binsbergen, L T, Claessen, K & Dijkstra, A 2015, Linearly Ordered Attribute Grammar Scheduling Using SAT-Solving. in C Baier & C Tinelli (eds), Tools and Algorithms for the Construction and Analysis of Systems. Lecture Notes in Computer Science, vol. 9035, Springer, pp. 289-303. https://doi.org/10.1007/978-3-662-46681-0_24