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
Author information
JOURNAL FREE ACCESS

2015 Volume 10 Issue 1 Pages 37-47

Details
Abstract

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.

Content from these authors
© 2015 Information Processing Society of Japan
Previous article Next article
feedback
Top