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

Comparing jsr166/src/jsr166y/ForkJoinWorkerThread.java (file contents):
Revision 1.28 by dl, Mon Aug 3 13:40:07 2009 UTC vs.
Revision 1.29 by jsr166, Thu Aug 6 15:13:54 2009 UTC

# Line 90 | Line 90 | public class ForkJoinWorkerThread extend
90       * AtomicIntegers and AtomicReferenceArrays for the indices and
91       * array is significantly slower because of memory locality and
92       * indirection effects.)
93 <     *
93 >     *
94       * Further, performance on most platforms is very sensitive to
95       * placement and sizing of the (resizable) queue array.  Even
96       * though these queues don't usually become all that big, the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines