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

Issue 646393002: [turbofan] remove some of the dependency of Instruction on Schedule (Closed)

Created:
6 years, 2 months ago by dcarney
Modified:
6 years, 2 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

[turbofan] remove some of the dependency of Instruction on Schedule R=bmeurer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=24584

Patch Set 1 : #

Total comments: 9

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -156 lines) Patch
M src/compiler/arm/code-generator-arm.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M src/compiler/code-generator.h View 2 chunks +3 lines, -4 lines 0 comments Download
M src/compiler/code-generator.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/compiler/code-generator-impl.h View 2 chunks +4 lines, -9 lines 0 comments Download
M src/compiler/ia32/code-generator-ia32.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M src/compiler/instruction.h View 1 7 chunks +68 lines, -10 lines 0 comments Download
M src/compiler/instruction.cc View 6 chunks +21 lines, -14 lines 0 comments Download
M src/compiler/instruction-selector.cc View 1 3 chunks +6 lines, -8 lines 0 comments Download
M src/compiler/instruction-selector-impl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/mips/code-generator-mips.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M src/compiler/register-allocator.cc View 14 chunks +31 lines, -27 lines 0 comments Download
M src/compiler/schedule.h View 1 3 chunks +20 lines, -26 lines 0 comments Download
M src/compiler/schedule.cc View 2 chunks +0 lines, -11 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M src/zone-containers.h View 1 chunk +6 lines, -0 lines 0 comments Download
M test/cctest/compiler/test-instruction.cc View 7 chunks +28 lines, -28 lines 0 comments Download

Messages

Total messages: 9 (5 generated)
Benedikt Meurer
https://codereview.chromium.org/646393002/diff/200001/src/compiler/instruction-selector.cc File src/compiler/instruction-selector.cc (right): https://codereview.chromium.org/646393002/diff/200001/src/compiler/instruction-selector.cc#newcode386 src/compiler/instruction-selector.cc:386: // TODO(bmeurer): We should not mutate the schedule. You ...
6 years, 2 months ago (2014-10-14 03:44:13 UTC) #6
dcarney
https://codereview.chromium.org/646393002/diff/200001/src/compiler/instruction-selector.cc File src/compiler/instruction-selector.cc (right): https://codereview.chromium.org/646393002/diff/200001/src/compiler/instruction-selector.cc#newcode386 src/compiler/instruction-selector.cc:386: // TODO(bmeurer): We should not mutate the schedule. On ...
6 years, 2 months ago (2014-10-14 08:14:37 UTC) #7
Benedikt Meurer
LGTM
6 years, 2 months ago (2014-10-14 08:43:38 UTC) #8
dcarney
6 years, 2 months ago (2014-10-14 08:51:40 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:280001) manually as 24584 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698