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

Issue 12521011: Compile FastCloneShallowArrayStub using Crankshaft. (Closed)

Created:
7 years, 9 months ago by Michael Starzinger
Modified:
7 years, 8 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Compile FastCloneShallowArrayStub using Crankshaft. R=danno@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=14143

Patch Set 1 #

Patch Set 2 : Compute elements kind correctly. #

Patch Set 3 : Use HInnerAllocatedObject, adapt DoArrayLiteral. #

Patch Set 4 : Make this thing work with snapshots. #

Total comments: 5

Patch Set 5 : Ported to x64 and ARM. #

Patch Set 6 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+364 lines, -523 lines) Patch
M src/arm/code-stubs-arm.h View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 3 4 5 6 chunks +20 lines, -159 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M src/code-stubs.h View 1 2 3 4 5 3 chunks +35 lines, -4 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 3 4 5 1 chunk +68 lines, -0 lines 0 comments Download
M src/deoptimizer.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 1 chunk +117 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 5 4 chunks +14 lines, -165 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 4 5 2 chunks +18 lines, -5 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 4 5 1 chunk +15 lines, -8 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 5 1 chunk +8 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 5 4 chunks +14 lines, -161 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 4 5 2 chunks +18 lines, -5 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 4 5 1 chunk +15 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Starzinger
The architecture ports are not yet done, but I wanted to get a first round ...
7 years, 9 months ago (2013-03-13 14:29:46 UTC) #1
Michael Starzinger
Ping.
7 years, 8 months ago (2013-04-04 11:09:03 UTC) #2
danno
lgtm with comments https://codereview.chromium.org/12521011/diff/7001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/12521011/diff/7001/src/hydrogen.cc#newcode1205 src/hydrogen.cc:1205: AddInstruction(new(zone) HLoadNamedField(boilerplate, true, i)); You need ...
7 years, 8 months ago (2013-04-04 11:16:56 UTC) #3
Michael Starzinger
Addressed comments. Will rebase and land. https://codereview.chromium.org/12521011/diff/7001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/12521011/diff/7001/src/hydrogen.cc#newcode1205 src/hydrogen.cc:1205: AddInstruction(new(zone) HLoadNamedField(boilerplate, true, ...
7 years, 8 months ago (2013-04-04 17:07:02 UTC) #4
Michael Starzinger
7 years, 8 months ago (2013-04-04 17:56:18 UTC) #5
Message was sent while issue was closed.
Committed patchset #6 manually as r14143 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698