Sciweavers

PLDI
1990
ACM

Task Granularity Analysis in Logic Programs

13 years 8 months ago
Task Granularity Analysis in Logic Programs
While logic programming languages offer a great deal of scope for parallelism, there is usually some overhead associated with the execution of goals in parallel because of the work involved in task creation and scheduling. In practice, therefore, the "granularity" of a goal, i.e. an estimate of the work available under it, should be taken into account when deciding whether or not to execute a goal concurrently as a separate task. This paper describes a method for estimating the granularity of a goal at compile time. The runtime overhead associated with our approach is usually quite small, and the performance improvements resulting from the incorporation of grainsize control can be quite good. This is shown by means of experimental results.
Saumya K. Debray, Nai-Wei Lin, Manuel V. Hermenegi
Added 11 Aug 2010
Updated 11 Aug 2010
Type Conference
Year 1990
Where PLDI
Authors Saumya K. Debray, Nai-Wei Lin, Manuel V. Hermenegildo
Comments (0)