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

Issue 12491023: Remove (H|L)JSArrayLength instructions (Closed)

Created:
7 years, 9 months ago by Dmitry Lomov (no reviews)
Modified:
7 years, 8 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Remove (H|L)JSArrayLength instructions BUG= Committed: https://code.google.com/p/v8/source/detail?r=14127

Patch Set 1 #

Total comments: 1

Patch Set 2 : CR feedback #

Total comments: 2

Patch Set 3 : CR feedback + bug #

Patch Set 4 : Cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -187 lines) Patch
M src/arm/lithium-arm.h View 2 chunks +0 lines, -14 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M src/hydrogen.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 5 chunks +8 lines, -13 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 4 chunks +25 lines, -44 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 chunks +4 lines, -9 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +0 lines, -14 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +0 lines, -14 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +0 lines, -14 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +0 lines, -6 lines 0 comments Download
A + test/mjsunit/array-non-smi-length.js View 1 2 1 chunk +14 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Dmitry Lomov (no reviews)
Replace *JSArrayLength instructions with HLoadNamedField. Perf looks good.
7 years, 9 months ago (2013-03-20 14:38:08 UTC) #1
danno
https://codereview.chromium.org/12491023/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/12491023/diff/1/src/hydrogen-instructions.h#newcode5149 src/hydrogen-instructions.h:5149: HLoadNamedField(HValue* object, bool is_in_object, int offset) I don't this ...
7 years, 9 months ago (2013-03-22 15:13:41 UTC) #2
Dmitry Lomov (no reviews)
PTAL
7 years, 9 months ago (2013-03-28 14:07:15 UTC) #3
danno
https://codereview.chromium.org/12491023/diff/5001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/12491023/diff/5001/src/hydrogen-instructions.h#newcode5171 src/hydrogen-instructions.h:5171: result->SetGVNFlag(kDependsOnArrayLengths); Clear the flag for kDependsOnInobjectFields, might require a ...
7 years, 8 months ago (2013-04-02 11:10:43 UTC) #4
Dmitry Lomov (no reviews)
Propagated the type, in course of that found a bug and fixed it, test included
7 years, 8 months ago (2013-04-02 14:19:35 UTC) #5
danno
lgtm
7 years, 8 months ago (2013-04-03 15:49:44 UTC) #6
Dmitry Lomov (no reviews)
7 years, 8 months ago (2013-04-03 16:25:45 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r14127 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698