Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Issue 3112002: Add a new class to take care of out-of-order execution. (Closed)

Created:
10 years, 4 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
bradnelson, bradn
CC:
chromium-reviews, piman, M-A Ruel, bmcquade1
Visibility:
Public.

Description

Add new class ExecutionQueue to take care of out-of-order execution. ExecutionQueue takes care of reordering execution depending on each Dependency requirements. There is no need to sort anymore. ExecutionQueue also manages the Progress instance and is multithread safe, in preparation to parallel checkout. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55882

Patch Set 1 #

Patch Set 2 : bump version #

Patch Set 3 : update to HEAD #

Total comments: 9

Patch Set 4 : address review comments #

Patch Set 5 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -38 lines) Patch
M gclient.py View 1 2 3 4 12 chunks +126 lines, -34 lines 0 comments Download
M tests/gclient_smoketest.py View 1 2 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
M-A Ruel
Dependent on http://codereview.chromium.org/3159002 Still doesn't fix the duplicate execution, will be done in a subsequent ...
10 years, 4 months ago (2010-08-10 19:44:06 UTC) #1
M-A Ruel
I forgot to say it also fixed pagespeed checkout.
10 years, 4 months ago (2010-08-10 19:55:00 UTC) #2
M-A Ruel
ping
10 years, 4 months ago (2010-08-12 00:27:52 UTC) #3
bradn
http://codereview.chromium.org/3112002/diff/6001/7001 File gclient.py (right): http://codereview.chromium.org/3112002/diff/6001/7001#newcode98 gclient.py:98: Methods of this class are multithread safe.""" """ on ...
10 years, 4 months ago (2010-08-12 00:40:36 UTC) #4
M-A Ruel
ptal http://codereview.chromium.org/3112002/diff/6001/7001 File gclient.py (right): http://codereview.chromium.org/3112002/diff/6001/7001#newcode98 gclient.py:98: Methods of this class are multithread safe.""" On ...
10 years, 4 months ago (2010-08-12 00:53:08 UTC) #5
bradn
10 years, 4 months ago (2010-08-12 00:55:37 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698