@inproceedings{0a36bbeb835f4c4abf3e2cac7554cecc,
title = "A collaborative dependence analysis framework",
abstract = "Compiler optimizations discover facts about program behavior by querying static analysis. However, developing or extending precise analysis is difficult. Some prior works implement analysis with a single algorithm, but the algorithm becomes more complex as it is extended for greater precision. Other works achieve modularity by implementing several simple algorithms and trivially composing them to report the best result from among them. Such a modular approach has limited precision because it employs only one algorithm in response to one query, without synergy between algorithms. This paper presents a framework for dependence analysis algorithms to collaborate and achieve precision greater than the trivial combination of those algorithms. With this framework, developers can achieve the high precision of complex analysis algorithms through collaboration of simple and orthogonal algorithms, without sacrificing the ease of implementation of the modular approach. Results demonstrate that collaboration of simple analyses enables advanced compiler optimizations.",
keywords = "Collaborative analysis, Demand-driven analysis, Dependence analysis, Program Dependence Graph",
author = "Johnson, {Nick P.} and Jordan Fix and Beard, {Stephen R.} and Taewook Oh and Jablin, {Thomas B.} and August, {David I.}",
note = "Publisher Copyright: {\textcopyright} 2017 IEEE.; 2017 International Symposium on Code Generation and Optimization, CGO 2017 ; Conference date: 04-02-2017 Through 08-02-2017",
year = "2017",
month = feb,
day = "23",
doi = "10.1109/CGO.2017.7863736",
language = "English (US)",
series = "CGO 2017 - Proceedings of the 2017 International Symposium on Code Generation and Optimization",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "148--159",
editor = "Reddi, {Vijay Janapa} and Aaron Smith and Lingjia Tang",
booktitle = "CGO 2017 - Proceedings of the 2017 International Symposium on Code Generation and Optimization",
address = "United States",
}