A Path-Based Method of Parallelizing C++ Programs

GJ ZHU,L XIE,ZX SUN
DOI: https://doi.org/10.1145/181748.181751
1994-01-01
Abstract:This paper presents a path-based method for identifying parallelism in C++ programs and proposes an execution model which trades off the efficiency and parallelism. Based on the path information provided at compiler time or computed at run time, the model reduces the rollbacks while enhances the parallelism.
What problem does this paper attempt to address?