DocumentCode
2234585
Title
Loop Performance Improvement for Min-cut Program Decomposition Method
Author
Ootsu, Kanemitsu ; Abe, Takeshi ; Yokota, Takashi ; Baba, Takanobu
Author_Institution
Grad. Sch. of Eng., Utsunomiya Univ. Utsunomiya, Utsunomiya, Japan
fYear
2010
fDate
17-19 Nov. 2010
Firstpage
78
Lastpage
87
Abstract
In recent years, speedup by the thread level parallel processing becomes more and more important with the spread of multi-core processors, and various techniques for parallelizing the single thread code into the efficient multithreaded code that can achieve efficient thread level parallel processing have been developed. The speculative multithreading is an important technology for achieving the high performance by the thread level parallel processing. To improve the execution performance by speculative multithreading, it is necessary to appropriately decompose the program code. Against the background of this, T. A. Johnson, et al. proposed a program decomposition technique (hereafter, we refer to their method as min-cut method) for finding the decomposition pattern that can minimize the effects of the performance degradation factors, by finding the minimum cut set in the weighted control flow graph (CFG) of the program. The min-cut method is wide coverage and a very promising technique since the whole program can be decomposed without being restricted to the logical structures, such as loop. However, the min-cut method has a problem that the loop level parallelism cannot be utilized enough. In this paper, we propose an improved method for the min-cut method to enhance the loop execution performance. Our method is based on the min-cut method and tries to apply the loop unrolling to the loop in the target program codes during the process of the decomposition. We apply our method to the practical program codes selected from the SPEC CINT2000 benchmarks. The results show that the loops, that are not decomposed with the min-cut method, are decomposed, and the possibilities of making use of the loop level parallelism increased. In addition, the results of the performance evaluation by using a cycle-based simulator show that our method can improve the loop execution performance, as compared to the min-cut method.
Keywords
graph theory; multi-threading; multiprocessing systems; performance evaluation; program control structures; simulation; SPEC CINT 2000 benchmark; control flow graph; cycle based simulator; loop execution performance; loop level parallelism; loop unrolling; min cut program decomposition; multicore processor; performance evaluation; thread level parallel processing; loop unrolling; min-cut; multi-core processor; program decomposition; speculative multithreading; thread level parallel processing;
fLanguage
English
Publisher
ieee
Conference_Titel
Networking and Computing (ICNC), 2010 First International Conference on
Conference_Location
Higashi-Hiroshima
Print_ISBN
978-1-4244-8918-3
Electronic_ISBN
978-0-7695-4277-5
Type
conf
DOI
10.1109/IC-NC.2010.47
Filename
5695217
Link To Document