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

Issue 1987183002: [stubs] Convert Internal/ArraySingleArgumentsConstructor to a TurboFan stub (Closed)

Created:
4 years, 7 months ago by danno
Modified:
4 years, 7 months ago
Reviewers:
Benedikt Meurer
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, rmcilroy, v8-ppc-ports_googlegroups.com, oth
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Convert Internal/ArraySingleArgumentsConstructor to a TurboFan stub BUG=chromium:608675 LOG=n Committed: https://crrev.com/02c8b6f7f0f8801f0cdc33bef576e3b0c3db394e Cr-Commit-Position: refs/heads/master@{#36463}

Patch Set 1 #

Patch Set 2 : Latest #

Patch Set 3 : Rebase on ToT #

Patch Set 4 : Latest #

Patch Set 5 : Format #

Patch Set 6 : Latest remerged #

Patch Set 7 : Rebase #

Patch Set 8 : Rebase #

Patch Set 9 : ARM implementations #

Patch Set 10 : Fix MIPS #

Patch Set 11 : Fix MIPS really #

Patch Set 12 : Remove unported platforms #

Patch Set 13 : Rebase #

Patch Set 14 : Fix merge hiccup #

Patch Set 15 : Fix builds #

Patch Set 16 : Fix Double arrays #

Patch Set 17 : Remove extraneous change #

Patch Set 18 : All tests run #

Patch Set 19 : Rebase to ToT #

Total comments: 4

Patch Set 20 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -384 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +0 lines, -12 lines 0 comments Download
M src/arm/interface-descriptors-arm.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -14 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +0 lines, -12 lines 0 comments Download
M src/arm64/interface-descriptors-arm64.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -14 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +43 lines, -2 lines 0 comments Download
M src/code-stubs.h View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +25 lines, -24 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +95 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 3 4 4 chunks +8 lines, -93 lines 0 comments Download
M src/compiler/schedule.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 2 chunks +0 lines, -12 lines 0 comments Download
M src/ia32/interface-descriptors-ia32.cc View 1 2 3 4 2 chunks +2 lines, -13 lines 0 comments Download
M src/interface-descriptors.h View 1 2 3 4 3 chunks +89 lines, -90 lines 0 comments Download
M src/interface-descriptors.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +0 lines, -12 lines 0 comments Download
M src/mips/interface-descriptors-mips.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -13 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +0 lines, -12 lines 0 comments Download
M src/mips64/interface-descriptors-mips64.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -13 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +22 lines, -21 lines 0 comments Download
M src/runtime/runtime-array.cc View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 2 chunks +0 lines, -12 lines 0 comments Download
M src/x64/interface-descriptors-x64.cc View 1 2 3 4 2 chunks +3 lines, -14 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
danno
PTAL
4 years, 7 months ago (2016-05-23 10:03:36 UTC) #3
Benedikt Meurer
LGTM with nits. https://codereview.chromium.org/1987183002/diff/350001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/1987183002/diff/350001/src/code-stubs.cc#newcode4514 src/code-stubs.cc:4514: static void SingleArgumentConstructorCommon( Nit: static is ...
4 years, 7 months ago (2016-05-24 04:36:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1987183002/370001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1987183002/370001
4 years, 7 months ago (2016-05-24 07:39:32 UTC) #7
danno
Feedback addressed, landing https://codereview.chromium.org/1987183002/diff/350001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/1987183002/diff/350001/src/code-stubs.cc#newcode4514 src/code-stubs.cc:4514: static void SingleArgumentConstructorCommon( On 2016/05/24 04:36:21, ...
4 years, 7 months ago (2016-05-24 07:39:32 UTC) #8
commit-bot: I haz the power
Committed patchset #20 (id:370001)
4 years, 7 months ago (2016-05-24 08:14:55 UTC) #10
commit-bot: I haz the power
4 years, 7 months ago (2016-05-24 08:16:25 UTC) #12
Message was sent while issue was closed.
Patchset 20 (id:??) landed as
https://crrev.com/02c8b6f7f0f8801f0cdc33bef576e3b0c3db394e
Cr-Commit-Position: refs/heads/master@{#36463}

Powered by Google App Engine
This is Rietveld 408576698