Parallel programming by hints

  • Authors:
  • Chen Ding

  • Affiliations:
  • University of Rochester, Rochester, NY, USA

  • Venue:
  • Proceedings of the ACM international conference companion on Object oriented programming systems languages and applications companion
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

A sequential program is difficult to parallelize often because of the complexity in its implementation and the uncertainty in its behavior. Behavior-oriented parallelization (bop) provides annotations for a user to mark possibly parallel tasks and a safe implementation to execute the annotated tasks in parallel if they produce the correct result - the same result as the sequential execution. The demonstration includes a description of the interface and two examples.