|
| | | |
Reasoning about Data Parallelism in Modern Object-Oriented Languages
Reid, W., Kelly, W. and Craik, A.
In the future, if we are to continue to expect improved application performance we will have to achieve it by exploiting course-grained hardware parallelism rather than simply relying on processor cycles getting faster. Programmers will, therefore, need to accept some of the burden of detecting and exploiting application level
parallelism because automatic parallelization is still far from a reality. On the one hand we need to fundamentally reconsider how we express algorithms as the languages we currently use were never designed to make reasoning about parallelism easy. On the other hand, to be widely adopted, any new programming approach will need to be only incrementally different to current paradigms. This paper attempts to find that difficult balance. It extends modern object-oriented programming techniques with a new abstraction that allows either programmers or
automatic parallelizing compilers to reason about inherent data parallelism. |
Cite as: Reid, W., Kelly, W. and Craik, A. (2008). Reasoning about Data Parallelism in Modern Object-Oriented Languages. In Proc. Thirty-First Australasian Computer Science Conference (ACSC 2008), Wollongong, NSW, Australia. CRPIT, 74. Dobbie, G. and Mans, B., Eds. ACS. 27-36. |
(from crpit.com)
(local if available)
|
|