|
Modelirovanie i Analiz Informatsionnykh Sistem, 2013, Volume 20, Number 2, Pages 166–177
(Mi mais306)
|
|
|
|
This article is cited in 1 scientific paper (total in 1 paper)
The Construction of an Universal Linearized Control Flow Graph for Static Code Analysis of Algorithms
V. A. Bitner, N. V. Zaborovsky MIPT, Informatics Department,
9 Institutskiy lane, Dolgoprudny city, Moscow Region, 141700, Russia
Abstract:
This paper presents the description of a possible way to build the universal linearized control flow graph which is supposed to be architecture-independent and applicable to the description of any high level language programs. The practical usefulness of the graph considered is the existence of the fast and optimal search of the unique execution paths that is valuable in the methods of static code analysis of algorithms for race condition search. Optimizing compiler CLANG&LLVM is used as a technical tool for building a linearized control flow graph. The analysis of LLVM compiler procedural optimizations is carried out in the article. Transformations of intermediate representation of those optimizations result in reduction of the number of instructions responsible for conditional or unconditional branches in the code as well as the elimination or simplification of the whole loops and conditional constructions. The results of the analysis performed in the paper allowed revealing the most effective optimizations line of the LLVM compiler, which leads to a significant linearization of the control flow graph. That fact was demonstrated by the example code of the Peterson mutual execution algorithm for 2 threads.
Keywords:
race condition, static analysis, multithreaded algorithms, SSA, optimizing compiler.
Received: 25.03.2013
Citation:
V. A. Bitner, N. V. Zaborovsky, “The Construction of an Universal Linearized Control Flow Graph for Static Code Analysis of Algorithms”, Model. Anal. Inform. Sist., 20:2 (2013), 166–177
Linking options:
https://www.mathnet.ru/eng/mais306 https://www.mathnet.ru/eng/mais/v20/i2/p166
|
Statistics & downloads: |
Abstract page: | 671 | Full-text PDF : | 513 | References: | 56 |
|