Sciweavers

PPOPP
2012
ACM

DOJ: dynamically parallelizing object-oriented programs

11 years 12 months ago
DOJ: dynamically parallelizing object-oriented programs
We present Dynamic Out-of-Order Java (DOJ), a dynamic parallelization approach. In DOJ, a developer annotates code blocks as tasks to decouple these blocks from the parent execution thread. The DOJ compiler then analyzes the code to generate heap examiners that ensure the parallel execution preserves the behavior of the original sequential program. Heap examiners dynamically extract heap dependences between code blocks and determine when it is safe to execute a code block. Previous work on Out-of-Order Java used static analysis to allow code blocks to possibly execute out of order, similar to instructions in a super scalar processor. DOJ elides much of the complex and expensive static analysis in Out-of-Order Java. We have implemented DOJ and evaluated it on twelve bench
Yong Hun Eom, Stephen Yang, James Christopher Jeni
Added 25 Apr 2012
Updated 25 Apr 2012
Type Journal
Year 2012
Where PPOPP
Authors Yong Hun Eom, Stephen Yang, James Christopher Jenista, Brian Demsky
Comments (0)