Shahrzad Kananizadeh and Kirill Kononenko. Improving on Linear Scan Register Allocation. International Journal of Automation and Computing, vol. 15, no. 2, pp. 228-238, 2018. DOI: 10.1007/s11633-017-1100-0
Citation: Shahrzad Kananizadeh and Kirill Kononenko. Improving on Linear Scan Register Allocation. International Journal of Automation and Computing, vol. 15, no. 2, pp. 228-238, 2018. DOI: 10.1007/s11633-017-1100-0

Improving on Linear Scan Register Allocation

  • Register allocation is a major step for all compilers. Various register allocation algorithms have been developed over the decades. This work describes a new class of rapid register allocation algorithms and presents experimental data on their behavior. Our research encourages the avoidance of graphing and graph-coloring based on the fact that precise graph-coloring is nondeterministic polynomial time-complete (NP-complete), which is not suitable for real-time tasks. In addition, practical graph-coloring algorithms tend to use polynomial-time heuristics. In dynamic compilation environments, their super linear complexity makes them unsuitable for register allocation and code generation. Existing tools for code generation and register allocation do not completely fulfill the requirements of fast compilation. Existing approaches either do not allow for the optimization of register allocation to be achieved comprehensively with a sufficient degree of performance or they require an unjustifiable amount of time and/or resources. Therefore, we propose a new class of register allocation and code generation algorithms that can be performed in linear time. These algorithms are based on the mathematical foundations of abstract interpretation and the computation of the level of abstraction. They have been implemented in a specialized library for just-in-time compilation. The specialization of this library involves the execution of common intermediate language (CIL) and low level virtual machine (LLVM) with a focus on embedded systems.
  • loading

Catalog

    /

    DownLoad:  Full-Size Img  PowerPoint
    Return
    Return