Title :
Region scheduling: an approach for detecting and redistributing parallelism
Author :
Gupta, Rajiv ; Soffa, Mary Lou
Author_Institution :
Philips Lab., Briarcliff Manor, NY, USA
fDate :
4/1/1990 12:00:00 AM
Abstract :
Region scheduling, a technique applicable to both fine-grain and coarse-grain parallelism, uses a program representation that divides a program into regions consisting of source and intermediate level statements and permits the expression of both data and control dependencies. Guided by estimates of the parallelism present in regions, the region scheduler redistributes code, thus providing opportunities for parallelism in those regions containing insufficient parallelism compared to the capabilities of the executing architecture. The program representation and the transformations are applicable to both structured and unstructured programs, making region scheduling useful for a wide range of applications. The results of experiments conducted using the technique in the generation of code for a reconfigurable long instruction word architecture are presented. The advantages of region scheduling over trace scheduling are discussed
Keywords :
parallel programming; program compilers; scheduling; coarse-grain parallelism; code generation; fine-grain; program representation; reconfigurable long instruction word architecture; redistributing parallelism; region scheduling; trace scheduling; Processor scheduling; Program processors;
Journal_Title :
Software Engineering, IEEE Transactions on