Send email Copy Email Address
2009-05-01

Profiling Java programs for parallelism

Summary

One of the biggest challenges imposed by multi-core architectures is how to exploit their potential for legacy systems not built with multiple cores in mind. By analyzing dynamic data dependences of a program run, one can identify independent computation paths that could have been handled by individual cores. Our prototype computes dynamic dependences for Java programs and recommends locations to the programmer with the highest potential for parallelization. Such measurements can also provide starting points for automatic, speculative parallelization.

Conference Paper

IWMSE

Date published

2009-05-01

Date last modified

2026-06-10