|
cc: Move task graph construction to RasterWorkerPool classes.
This removes the need to construct a temporary graph by
RasterWorkerPool classes. It reduces the number of tasks
created and eliminates the need for a dependencies vector
as part of the internal::WorkerPoolTask class.
This is also a prerequisite to implementing a "ready to activate"
signal as that requires as task graph structure that is not a tree.
BUG= 247677
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207864
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+550 lines, -383 lines) |
Patch |
 |
M |
cc/cc_tests.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/image_raster_worker_pool.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/image_raster_worker_pool.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -25 lines |
0 comments
|
Download
|
 |
M |
cc/resources/pixel_buffer_raster_worker_pool.h
|
View
|
1
2
3
|
3 chunks |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/resources/pixel_buffer_raster_worker_pool.cc
|
View
|
1
2
3
|
9 chunks |
+17 lines, -61 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool.h
|
View
|
1
2
3
4
5
|
10 chunks |
+36 lines, -27 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool.cc
|
View
|
1
2
3
|
11 chunks |
+114 lines, -60 lines |
0 comments
|
Download
|
 |
A |
cc/resources/raster_worker_pool_perftest.cc
|
View
|
1
2
|
1 chunk |
+200 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool_unittest.cc
|
View
|
1
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/worker_pool.h
|
View
|
1
2
3
|
5 chunks |
+7 lines, -32 lines |
0 comments
|
Download
|
 |
M |
cc/resources/worker_pool.cc
|
View
|
1
2
3
|
4 chunks |
+5 lines, -58 lines |
0 comments
|
Download
|
 |
M |
cc/resources/worker_pool_perftest.cc
|
View
|
1
2
3
|
7 chunks |
+106 lines, -84 lines |
0 comments
|
Download
|
 |
M |
cc/resources/worker_pool_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+50 lines, -25 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|