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

Issue 1095433002: Refactor compilation dependency handling. (Closed)

Created:
5 years, 8 months ago by titzer
Modified:
5 years, 8 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Refactor compilation dependency handling. Extract a new data structure CompilationDependencies and move (most) logic there. R=mstarzinger@chromium.org,verwaest@chromium.org BUG= Committed: https://crrev.com/b882479f1c84a48961b8aec81fa1bb1225034784 Cr-Commit-Position: refs/heads/master@{#27892}

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -234 lines) Patch
M BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A src/compilation-dependencies.h View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
A src/compilation-dependencies.cc View 1 2 3 1 chunk +121 lines, -0 lines 0 comments Download
M src/compiler.h View 1 2 3 5 chunks +4 lines, -34 lines 0 comments Download
M src/compiler.cc View 7 chunks +7 lines, -58 lines 0 comments Download
M src/hydrogen.h View 1 chunk +4 lines, -6 lines 0 comments Download
M src/hydrogen.cc View 1 9 chunks +10 lines, -13 lines 0 comments Download
M src/lithium.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 8 chunks +3 lines, -25 lines 0 comments Download
M src/objects.cc View 1 2 3 7 chunks +8 lines, -78 lines 0 comments Download
M test/cctest/test-migrations.cc View 6 chunks +14 lines, -19 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
titzer
PTAL much goodness
5 years, 8 months ago (2015-04-16 09:52:00 UTC) #1
Toon Verwaest
the readability is unbearable! lgtm with suggestion https://codereview.chromium.org/1095433002/diff/1/src/dependencies.cc File src/dependencies.cc (right): https://codereview.chromium.org/1095433002/diff/1/src/dependencies.cc#newcode37 src/dependencies.cc:37: if (object->IsMap()) ...
5 years, 8 months ago (2015-04-16 13:38:19 UTC) #2
titzer
On 2015/04/16 13:38:19, Toon Verwaest wrote: > the readability is unbearable! > lgtm with suggestion ...
5 years, 8 months ago (2015-04-16 14:32:10 UTC) #3
Michael Starzinger
LGTM. I love it. https://codereview.chromium.org/1095433002/diff/40001/src/dependencies.h File src/dependencies.h (right): https://codereview.chromium.org/1095433002/diff/40001/src/dependencies.h#newcode5 src/dependencies.h:5: #ifndef V8_DEPENDENCIES_H_ suggestion: What do ...
5 years, 8 months ago (2015-04-16 14:36:43 UTC) #4
titzer
https://codereview.chromium.org/1095433002/diff/40001/src/dependencies.h File src/dependencies.h (right): https://codereview.chromium.org/1095433002/diff/40001/src/dependencies.h#newcode5 src/dependencies.h:5: #ifndef V8_DEPENDENCIES_H_ On 2015/04/16 14:36:42, Michael Starzinger wrote: > ...
5 years, 8 months ago (2015-04-16 14:47:27 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1095433002/60001
5 years, 8 months ago (2015-04-16 14:48:36 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 8 months ago (2015-04-16 16:04:48 UTC) #9
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/b882479f1c84a48961b8aec81fa1bb1225034784 Cr-Commit-Position: refs/heads/master@{#27892}
5 years, 8 months ago (2015-04-16 16:05:00 UTC) #10
dcarney
> As discussed in person, we take dependencies on property cells if the code > ...
5 years, 8 months ago (2015-04-16 19:02:03 UTC) #11
Michael Achenbach
5 years, 8 months ago (2015-04-17 07:46:54 UTC) #12
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in
https://codereview.chromium.org/1093783002/ by machenbach@chromium.org.

The reason for reverting is: [Sheriff] Causes crashes in laout tests:
http://build.chromium.org/p/client.v8/builders/V8-Blink%20Linux%2064%20%28dbg...

Extra bisect run:
http://build.chromium.org/p/client.v8/builders/V8-Blink%20Linux%2064%20%28dbg....

Powered by Google App Engine
This is Rietveld 408576698