The Bounded Pathwidth of Control-Flow Graphs

被引:1
|
作者
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 条
  • [31] Approximating the pathwidth of outerplanar graphs
    Govindan, R
    Langston, MA
    Yan, XD
    INFORMATION PROCESSING LETTERS, 1998, 68 (01) : 17 - 23
  • [32] Pathwidth of Planar and Line Graphs
    Fedor V. Fomin
    Graphs and Combinatorics, 2003, 19 : 91 - 99
  • [33] TREEWIDTH AND PATHWIDTH OF PERMUTATION GRAPHS
    BODLAENDER, HL
    KLOKS, T
    KRATSCH, D
    SIAM JOURNAL ON DISCRETE MATHEMATICS, 1995, 8 (04) : 606 - 616
  • [34] Out Of Control: Overcoming Control-Flow Integrity
    Goktas, Enes
    Athanasopoulos, Elias
    Bos, Herbert
    Portokalidis, Georgios
    2014 IEEE SYMPOSIUM ON SECURITY AND PRIVACY (SP 2014), 2014, : 575 - 589
  • [35] Approximation of pathwidth of outerplanar graphs
    Bodlaender, HL
    Fomin, FV
    JOURNAL OF ALGORITHMS, 2002, 43 (02) : 190 - 200
  • [36] Pathwidth of planar and line graphs
    Fomin, FV
    GRAPHS AND COMBINATORICS, 2003, 19 (01) : 91 - 99
  • [37] LightFAt: Mitigating Control-flow Explosion via Lightweight PMU-based Control-flow Attestation
    Gonzalez-Gomez, Jeferson
    Nassar, Hassan
    Bauer, Lars
    Henkel, Joerg
    2024 IEEE INTERNATIONAL SYMPOSIUM ON HARDWARE ORIENTED SECURITY AND TRUST, HOST, 2024, : 222 - 226
  • [38] On the treewidth and pathwidth of biconvex bipartite graphs
    Peng, Sheng-Lung
    Yang, Yi-Chuan
    THEORY AND APPLICATIONS OF MODELS OF COMPUTATION, PROCEEDINGS, 2007, 4484 : 244 - +
  • [39] Exploiting the Sparseness of Control-Flow and Call Graphs for Efficient and On-Demand Algebraic Program Analysis
    Conrado, Giovanna Kobus
    Goharshady, Amir Kafshdar
    Kochekov, Kerim
    Tsai, Yun Chen
    Zaher, Ahmed Khaled
    PROCEEDINGS OF THE ACM ON PROGRAMMING LANGUAGES-PACMPL, 2023, 7 (OOPSLA):
  • [40] Survey on Control-flow Integrity Techniques
    Zhang Z.
    Xue J.-F.
    Zhang J.-C.
    Chen T.
    Tan Y.-A.
    Li Y.-Z.
    Zhang Q.-X.
    Ruan Jian Xue Bao/Journal of Software, 2023, 34 (01): : 489 - 508