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

Issue 1903723003: [stubs]: Implement ArrayNoArgumentConstructor as a TF stub (Closed)

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

Description

[stubs]: Implement ArrayNoArgumentConstructor as a TF stub Committed: https://crrev.com/fa570e55b623c74245945e3bdda042df1bf6a196 Cr-Commit-Position: refs/heads/master@{#35963}

Patch Set 1 #

Patch Set 2 : Fix ARM #

Patch Set 3 : Latest #

Patch Set 4 : Rebase on ToT #

Patch Set 5 : Latest #

Patch Set 6 : All platforms #

Patch Set 7 : Rebase #

Patch Set 8 : Fix against ToT #

Total comments: 2

Patch Set 9 : Review feedback #

Total comments: 4

Patch Set 10 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+291 lines, -63 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm/interface-descriptors-arm.cc View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm64/interface-descriptors-arm64.cc View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 3 4 5 6 7 8 9 4 chunks +27 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 4 5 6 7 8 9 6 chunks +125 lines, -9 lines 0 comments Download
M src/code-stubs.h View 1 2 3 4 5 6 7 1 chunk +32 lines, -10 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M src/ia32/interface-descriptors-ia32.cc View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M src/interface-descriptors.h View 1 2 3 4 5 6 7 8 2 chunks +12 lines, -0 lines 0 comments Download
M src/interface-descriptors.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M src/mips/interface-descriptors-mips.cc View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M src/mips64/interface-descriptors-mips64.cc View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M src/x64/interface-descriptors-x64.cc View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
danno
PTAL
4 years, 7 months ago (2016-05-02 09:42:42 UTC) #2
mvstanton
One nit, then LGTM. Quick question: are there plans to move the other two stubs ...
4 years, 7 months ago (2016-05-02 12:40:08 UTC) #3
danno
Middle-term, all of the constructors will move to TF, at least the fixed arguments count ...
4 years, 7 months ago (2016-05-02 15:26:21 UTC) #4
danno
Benedikt, you OK with this?
4 years, 7 months ago (2016-05-02 15:50:21 UTC) #5
Benedikt Meurer
LGTM with comment/nit. https://codereview.chromium.org/1903723003/diff/160001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/1903723003/diff/160001/src/code-stub-assembler.cc#newcode616 src/code-stub-assembler.cc:616: index = ChangeInt32ToInt64(index); How about adding ...
4 years, 7 months ago (2016-05-03 03:57:49 UTC) #6
danno
Thanks, feedback address. Landing. https://codereview.chromium.org/1903723003/diff/160001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/1903723003/diff/160001/src/code-stub-assembler.cc#newcode616 src/code-stub-assembler.cc:616: index = ChangeInt32ToInt64(index); On 2016/05/03 ...
4 years, 7 months ago (2016-05-03 07:10:48 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903723003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903723003/180001
4 years, 7 months ago (2016-05-03 07:11:09 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/14524)
4 years, 7 months ago (2016-05-03 07:16:47 UTC) #12
Hannes Payer (out of office)
lgtm
4 years, 7 months ago (2016-05-03 07:55:22 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903723003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903723003/180001
4 years, 7 months ago (2016-05-03 07:56:29 UTC) #16
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 7 months ago (2016-05-03 07:59:33 UTC) #17
commit-bot: I haz the power
4 years, 7 months ago (2016-05-03 08:00:56 UTC) #19
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/fa570e55b623c74245945e3bdda042df1bf6a196
Cr-Commit-Position: refs/heads/master@{#35963}

Powered by Google App Engine
This is Rietveld 408576698