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

Issue 10933087: Consistently use named getters for Lithium operands on x64 (Closed)

Created:
8 years, 3 months ago by Sven Panne
Modified:
8 years, 3 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Consistently use named getters for Lithium operands on x64 Committed: https://code.google.com/p/v8/source/detail?r=12508

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -237 lines) Patch
M src/x64/lithium-codegen-x64.cc View 84 chunks +131 lines, -131 lines 0 comments Download
M src/x64/lithium-x64.h View 1 96 chunks +260 lines, -86 lines 0 comments Download
M src/x64/lithium-x64.cc View 5 chunks +20 lines, -20 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Sven Panne
8 years, 3 months ago (2012-09-14 09:11:53 UTC) #1
Michael Starzinger
LGTM (with a nit). https://chromiumcodereview.appspot.com/10933087/diff/1/src/x64/lithium-x64.h File src/x64/lithium-x64.h (right): https://chromiumcodereview.appspot.com/10933087/diff/1/src/x64/lithium-x64.h#newcode1561 src/x64/lithium-x64.h:1561: DECLARE_CONCRETE_INSTRUCTION(OuterContext, "outer-context") Move this macro ...
8 years, 3 months ago (2012-09-14 09:58:56 UTC) #2
Sven Panne
8 years, 3 months ago (2012-09-14 11:45:50 UTC) #3
Landing...

http://codereview.chromium.org/10933087/diff/1/src/x64/lithium-x64.h
File src/x64/lithium-x64.h (right):

http://codereview.chromium.org/10933087/diff/1/src/x64/lithium-x64.h#newcode1561
src/x64/lithium-x64.h:1561: DECLARE_CONCRETE_INSTRUCTION(OuterContext,
"outer-context")
On 2012/09/14 09:58:56, Michael Starzinger wrote:
> Move this macro below the operand accessors.

Done.

Powered by Google App Engine
This is Rietveld 408576698