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

Issue 1838283003: Migrate FastCloneShallowObjectStub to TurboFan (Closed)

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

Description

Migrate FastCloneShallowObjectStub to TurboFan BUG= Committed: https://crrev.com/4c2b04542f263b2679194f9fb75672ebbe72b924 Cr-Commit-Position: refs/heads/master@{#35330} Committed: https://crrev.com/7fdfdc12d4e4291348112ace4278a827f57f2eb9 Cr-Commit-Position: refs/heads/master@{#35494} Committed: https://crrev.com/5325379982015b5becb8c1f56b1797dd36a57942 Cr-Commit-Position: refs/heads/master@{#35563}

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : Drop double copying for now since the bytecode expectations fail if different on different archs #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 3

Patch Set 7 : #

Patch Set 8 : Rebase for reland #

Patch Set 9 : #

Total comments: 1

Patch Set 10 : #

Patch Set 11 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -89 lines) Patch
M src/code-stubs.h View 1 2 3 4 5 6 7 3 chunks +6 lines, -7 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +76 lines, -8 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -73 lines 0 comments Download
M src/compiler/code-stub-assembler.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/code-stub-assembler.cc View 1 2 3 4 5 6 7 2 chunks +9 lines, -0 lines 0 comments Download
M src/full-codegen/arm/full-codegen-arm.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen/arm64/full-codegen-arm64.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen/ia32/full-codegen-ia32.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen/mips/full-codegen-mips.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen/s390/full-codegen-s390.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen/x87/full-codegen-x87.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 34 (14 generated)
Toon Verwaest
wip, ptal for initial feedback https://codereview.chromium.org/1838283003/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/1838283003/diff/1/src/code-stubs.cc#newcode3055 src/code-stubs.cc:3055: Node* copy = assembler->Allocate(size); ...
4 years, 8 months ago (2016-03-30 15:11:02 UTC) #2
Benedikt Meurer
It'd be nice to have a stub that we can use from Ignition. https://codereview.chromium.org/1838283003/diff/1/src/code-stubs.cc File ...
4 years, 8 months ago (2016-03-30 17:12:35 UTC) #3
Toon Verwaest
PTAL. I updated the machinetype / representation passed in to the load / store. I ...
4 years, 8 months ago (2016-04-05 14:37:21 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/1838283003/diff/100001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/1838283003/diff/100001/src/code-stubs.cc#newcode3096 src/code-stubs.cc:3096: assembler->Branch(assembler->WordEqual(allocation_site, undefined), Use GotoIf. https://codereview.chromium.org/1838283003/diff/100001/src/code-stubs.cc#newcode3118 src/code-stubs.cc:3118: assembler->Branch(assembler->Word32Equal(instance_size, size_in_words), Use ...
4 years, 8 months ago (2016-04-06 17:20:36 UTC) #5
Toon Verwaest
addressed comments, ptal again
4 years, 8 months ago (2016-04-07 05:46:13 UTC) #7
Benedikt Meurer
lgtm
4 years, 8 months ago (2016-04-07 09:18:44 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838283003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838283003/140001
4 years, 8 months ago (2016-04-07 09:18:55 UTC) #10
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 8 months ago (2016-04-07 09:53:37 UTC) #11
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/4c2b04542f263b2679194f9fb75672ebbe72b924 Cr-Commit-Position: refs/heads/master@{#35330}
4 years, 8 months ago (2016-04-07 09:54:23 UTC) #13
Michael Hablich
A revert of this CL (patchset #7 id:140001) has been created in https://codereview.chromium.org/1875683002/ by hablich@chromium.org. ...
4 years, 8 months ago (2016-04-08 11:01:39 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838283003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838283003/180001
4 years, 8 months ago (2016-04-14 13:06:43 UTC) #18
commit-bot: I haz the power
Committed patchset #9 (id:180001)
4 years, 8 months ago (2016-04-14 13:29:45 UTC) #20
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/7fdfdc12d4e4291348112ace4278a827f57f2eb9 Cr-Commit-Position: refs/heads/master@{#35494}
4 years, 8 months ago (2016-04-14 13:30:35 UTC) #22
Jakob Kummerow
https://codereview.chromium.org/1838283003/diff/180001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/1838283003/diff/180001/src/code-stubs.cc#newcode3665 src/code-stubs.cc:3665: for (int i = 0; i < size; i ...
4 years, 8 months ago (2016-04-15 17:20:55 UTC) #24
Toon Verwaest
A revert of this CL (patchset #9 id:180001) has been created in https://codereview.chromium.org/1888043006/ by verwaest@chromium.org. ...
4 years, 8 months ago (2016-04-15 19:36:10 UTC) #25
Toon Verwaest
ptal again
4 years, 8 months ago (2016-04-18 07:34:37 UTC) #26
Benedikt Meurer
lgtm
4 years, 8 months ago (2016-04-18 07:42:52 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1838283003/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1838283003/220001
4 years, 8 months ago (2016-04-18 07:44:44 UTC) #30
commit-bot: I haz the power
Committed patchset #11 (id:220001)
4 years, 8 months ago (2016-04-18 08:11:55 UTC) #32
commit-bot: I haz the power
4 years, 8 months ago (2016-04-18 08:14:07 UTC) #34
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/5325379982015b5becb8c1f56b1797dd36a57942
Cr-Commit-Position: refs/heads/master@{#35563}

Powered by Google App Engine
This is Rietveld 408576698