The Bounded Pathwidth of Control-Flow Graphs

被引:0
|
作者
Conrado, Giovanna Kobus [1 ]
Goharshady, Amir Kafshdar [1 ]
Lam, Chun Kit [1 ]
机构
[1] Hong Kong Univ Sci & Technol, Dept Math, Dept Comp Sci & Engn, Clear Water Bay, Hong Kong, Peoples R China
来源
关键词
Control-flow Graphs; Parameterized Algorithms; Pathwidth; Treewidth; TREE-WIDTH; REGISTER ALLOCATION; TREEWIDTH; MINORS; ALGORITHMS; HARDNESS;
D O I
10.1145/3622807
中图分类号
TP31 [计算机软件];
学科分类号
081202 ; 0835 ;
摘要
Pathwidth and treewidth are standard and well-studied graph sparsity parameters which intuitively model the degree to which a given graph resembles a path or a tree, respectively. It is well-known that the control-flow graphs of structured goto-free programs have a tree-like shape and bounded treewidth. This fact has been exploited to design considerably more efficient algorithms for a wide variety of static analysis and compiler optimization problems, such as register allocation, mu-calculus model-checking and parity games, data-flow analysis, cache management, and liftetime-optimal redundancy elimination. However, there is no bound in the literature for the pathwidth of programs, except the general inequality that the pathwidth of a graph is at most O (lg n) times its treewidth, where n is the number of vertices of the graph. In this work, we prove that control-flow graphs of structured programs have bounded pathwidth and provide a linear-time algorithm to obtain a path decomposition of small width. Specifically, we establish a bound of 2 center dot d on the pathwidth of programs with nesting depth d. Since real-world programs have small nesting depth, they also have bounded pathwidth. This is significant for a number of reasons: (i) pathwidth is a strictly stronger parameter than treewidth, i.e. any graph family with bounded pathwidth has bounded treewidth, but the converse does not hold; (ii) any algorithm that is designed with treewidth in mind can be applied to bounded-pathwidth graphs with no change; (iii) there are problems that are fixed-parameter tractable with respect to pathwidth but not treewidth; (iv) verification algorithms that are designed based on treewidth would become significantly faster when using pathwidth as the parameter; and (v) it is easier to design algorithms based on bounded pathwidth since one does not have to consider the often-challenging case of merge nodes in treewidth-based dynamic programming. Thus, we invite the static analysis and compiler optimization communities to adopt pathwidth as their parameter of choice instead of, or in addition to, treewidth. Intuitively, control-flow graphs are not only tree-like, but also path-like and one can obtain simpler and more scalable algorithms by relying on path-likeness instead of tree-likeness. As a motivating example, we provide a simpler and more efficient algorithm for spill-free register allocation using bounded pathwidth instead of treewidth. Our algorithm reduces the runtime from O (n center dot r(2 center dot tw center dot r+2 center dot r)) to O (n center dot pw center dot r(pw center dot A +r) (+1)), where n is the number of lines of code, A is the number of registers, pw is the pathwidth of the control-flow graph and tw is its treewidth. We provide extensive experimental results showing that our approach is applicable to a wide variety of real-world embedded benchmarks from SDCC and obtains runtime improvements of 2-3 orders of magnitude. This is because the pathwidth is equal to the treewidth, or one more, in the overwhelming majority of real-world CFGs and thus our algorithm provides an exponential runtime improvement. As such, the benefits of using pathwidth are not limited to the theoretical side and simplicity in algorithm design, but are also apparent in practice.
引用
收藏
页数:26
相关论文
共 50 条
  • [1] Traces of Control-Flow Graphs
    Campanoni, Simone
    Reghizzi, Stefano Crespi
    DEVELOPMENTS IN LANGUAGE THEORY, PROCEEDINGS, 2009, 5583 : 156 - 169
  • [2] Light Spanners in Bounded Pathwidth Graphs
    Grigni, Michelangelo
    Hung, Hao-Hsiang
    MATHEMATICAL FOUNDATIONS OF COMPUTER SCIENCE 2012, 2012, 7464 : 467 - 477
  • [3] Crossing Number for Graphs with Bounded Pathwidth
    Biedl, Therese
    Chimani, Markus
    Derka, Martin
    Mutzel, Petra
    ALGORITHMICA, 2020, 82 (02) : 355 - 384
  • [4] Crossing Number for Graphs with Bounded Pathwidth
    Therese Biedl
    Markus Chimani
    Martin Derka
    Petra Mutzel
    Algorithmica, 2020, 82 : 355 - 384
  • [5] The List Coloring Reconfiguration Problem for Bounded Pathwidth Graphs
    Hatanaka, Tatsuhiko
    Ito, Takehiro
    Zhou, Xiao
    IEICE TRANSACTIONS ON FUNDAMENTALS OF ELECTRONICS COMMUNICATIONS AND COMPUTER SCIENCES, 2015, E98A (06): : 1168 - 1178
  • [6] The List Coloring Reconfiguration Problem for Bounded Pathwidth Graphs
    Hatanaka, Tatsuhiko
    Ito, Takehiro
    Zhou, Xiao
    COMBINATORIAL OPTIMIZATION AND APPLICATIONS (COCOA 2014), 2014, 8881 : 314 - 328
  • [7] Counting Independent Sets in Graphs with Bounded Bipartite Pathwidth
    Dyer, Martin
    Greenhill, Catherine
    Mueller, Haiko
    GRAPH-THEORETIC CONCEPTS IN COMPUTER SCIENCE (WG 2019), 2019, 11789 : 298 - 310
  • [8] Counting independent sets in graphs with bounded bipartite pathwidth
    Dyer, Martin
    Greenhill, Catherine
    Muller, Haiko
    RANDOM STRUCTURES & ALGORITHMS, 2021, 59 (02) : 204 - 237
  • [9] Approximating Multi Commodity Network Design on Graphs of Bounded Pathwidth and Bounded Degree
    Eickmeyer, Kord
    Kawarabayashi, Ken-ichi
    ALGORITHMIC GAME THEORY, SAGT 2013, 2013, 8146 : 134 - 145
  • [10] Control-Flow Bending: On the Effectiveness of Control-Flow Integrity
    Carlini, Nicolas
    Barresi, Antonio
    Payer, Mathias
    Wagner, David
    Gross, Thomas R.
    PROCEEDINGS OF THE 24TH USENIX SECURITY SYMPOSIUM, 2015, : 161 - 176