Concepedia

Abstract

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.

References

YearCitations

2006

1.6K

2007

275

2003

192

2007

146

2007

109

2002

103

2004

78

2002

59

2007

47

2008

45

Page 1