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

Issue 296993002: Provide a helper to generate multiple Lithium instructions for one Hydrogen instruction. (Closed)

Created:
6 years, 7 months ago by Alexandre Rames
Modified:
6 years, 7 months ago
Reviewers:
ulan, Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Provide a helper to generate multiple Lithium instructions for one Hydrogen instruction. R=jkummerow@chromium.org, ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21465

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address review comments from Ulan #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -275 lines) Patch
M src/arm/lithium-arm.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 1 chunk +62 lines, -55 lines 0 comments Download
M src/arm64/lithium-arm64.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 1 1 chunk +62 lines, -55 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 1 chunk +62 lines, -55 lines 0 comments Download
M src/mips/lithium-mips.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 1 chunk +62 lines, -55 lines 0 comments Download
M src/x64/lithium-x64.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 1 chunk +62 lines, -55 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Alexandre Rames
This is a pre-requisite commit for issue 296113008.
6 years, 7 months ago (2014-05-22 12:54:39 UTC) #1
Jakob Kummerow
LGTM with comment. I've only looked at arm, I assume other platforms are identical. https://codereview.chromium.org/296993002/diff/1/src/arm/lithium-arm.cc ...
6 years, 7 months ago (2014-05-22 12:59:45 UTC) #2
Alexandre Rames
Yes, all platforms have the same changes. https://codereview.chromium.org/296993002/diff/1/src/arm/lithium-arm.cc File src/arm/lithium-arm.cc (right): https://codereview.chromium.org/296993002/diff/1/src/arm/lithium-arm.cc#newcode843 src/arm/lithium-arm.cc:843: void LChunkBuilder::CheckAndAddInstruction(LInstruction* ...
6 years, 7 months ago (2014-05-22 13:15:43 UTC) #3
ulan
lgtm
6 years, 7 months ago (2014-05-22 14:52:44 UTC) #4
Jakob Kummerow
Please don't forget to upload the updated patch set for future reference.
6 years, 7 months ago (2014-05-22 14:56:20 UTC) #5
Alexandre Rames
On 2014/05/22 14:56:20, Jakob wrote: > Please don't forget to upload the updated patch set ...
6 years, 7 months ago (2014-05-22 15:15:32 UTC) #6
Alexandre Rames
6 years, 7 months ago (2014-05-23 13:15:21 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r21465 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698