PROGRAM STRUCTURE AS BASIS FOR THE PARALLELIZATION OF GLOBAL REGISTERALLOCATION

Authors
Citation
A. Zobel, PROGRAM STRUCTURE AS BASIS FOR THE PARALLELIZATION OF GLOBAL REGISTERALLOCATION, Computer languages, 19(2), 1993, pp. 135-155
Citations number
16
Categorie Soggetti
Computer Sciences","Computer Applications & Cybernetics
Journal title
ISSN journal
00960551
Volume
19
Issue
2
Year of publication
1993
Pages
135 - 155
Database
ISI
SICI code
0096-0551(1993)19:2<135:PSABFT>2.0.ZU;2-L
Abstract
We propose a model for global register allocation via graph coloring t hat uses knowledge about program structure to guide global register al location. We define restrictions that must be met by the live ranges o f loops and conditionals such that the corresponding portions of the r egister conflict graph are interval graphs. This knowledge is used to locate clique separators in register conflict graphs. We discuss how c lique separators can be used both to improve sequential register alloc ation and as a a platform for parallelized global register allocation. We conclude this paper by presenting measurements for a benchmark of C kernels for most of which our method found all clique separators.