ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/RecursiveAction.java
(Generate patch)

Comparing jsr166/src/jsr166y/RecursiveAction.java (file contents):
Revision 1.11 by dl, Tue Aug 4 14:42:02 2009 UTC vs.
Revision 1.12 by dl, Tue Aug 4 22:47:08 2009 UTC

# Line 64 | Line 64 | package jsr166y;
64   * of each element of a double array, by subdividing out only the
65   * right-hand-sides of repeated divisions by two, and keeping track of
66   * them with a chain of {@code next} references. It uses a dynamic
67 < * threshold based on method {@code getEstimatedSurplusTaskCount}, but
67 > * threshold based on method {@code getSurplusQueuedTaskCount}, but
68   * counterbalances potential excess partitioning by directly
69   * performing leaf actions on unstolen tasks rather than further
70   * subdividing.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines