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

Issue 18508002: Remove HFixedArrayBaseLength instruction and replace with regular HLoadNamedField. (Closed)

Created:
7 years, 5 months ago by titzer
Modified:
7 years, 5 months ago
Reviewers:
Massi
CC:
v8-dev
Visibility:
Public.

Description

Remove HFixedArrayBaseLength instruction and replace with regular HLoadNamedField. BUG= Committed: https://code.google.com/p/v8/source/detail?r=15454

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -149 lines) Patch
M src/arm/lithium-arm.h View 2 chunks +0 lines, -15 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/hydrogen.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 6 chunks +14 lines, -6 lines 1 comment Download
M src/hydrogen-instructions.h View 2 chunks +0 lines, -24 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +0 lines, -15 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +0 lines, -15 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +0 lines, -15 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
titzer
7 years, 5 months ago (2013-07-02 09:50:50 UTC) #1
Massi
LGTM with one nit (the inline comment). https://codereview.chromium.org/18508002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/18508002/diff/1/src/hydrogen.cc#newcode1248 src/hydrogen.cc:1248: length->set_type(HType::Smi()); AddLoadFixedArrayLength ...
7 years, 5 months ago (2013-07-02 10:48:26 UTC) #2
titzer
7 years, 5 months ago (2013-07-02 15:31:28 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r15454 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698