Information and Media Technologies
Online ISSN : 1881-0896
ISSN-L : 1881-0896
Computing
Parallel Java Code Generation for Layer-unified Coarse Grain Task Parallel Processing
Akimasa YoshidaYuki OchiNagatsugu Yamanouchi
著者情報
ジャーナル フリー

2015 年 10 巻 1 号 p. 37-47

詳細
抄録

Multicore processors are widely used for various types of computers. In order to achieve high-performance on such multicore systems, it is necessary to extract coarse grain task parallelism from a target program in addition to loop parallelism. Regarding the development of parallel programs, Java or a Java-extension language represents an attractive choice recently, thanks to its performance improvement as well as its platform independence. Therefore, this paper proposes a parallel Java code generation scheme that realizes coarse grain task parallel processing with layer-unified execution control. In this parallel processing, coarse grain tasks of all layers are collectively managed through a dynamic scheduler. In addition, we have developed a prototype parallelizing compiler for Java programs with directives. In performance evaluations, the compiler-generated parallel Java code was confirmed to attain high performance. Concretely, we obtained 7.82 times faster speed-up for the Jacobi program, 7.38 times faster speed-up for the Turb3d program, 6.54 times faster speed-up for the Crypt program, and 6.15 times faster speed-up for the MolDyn program on eight cores of Xeon E5-2660.

著者関連情報
© 2015 Information Processing Society of Japan
前の記事 次の記事
feedback
Top