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

Issue 2606733002: [stubs] Port FastNewObjectStub to TF (Closed)

Created:
3 years, 12 months ago by danno
Modified:
3 years, 11 months ago
CC:
v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Port FastNewObjectStub to TF In the process, convert from a code stub into a builtin. Review-Url: https://codereview.chromium.org/2606733002 Cr-Commit-Position: refs/heads/master@{#41986} Committed: https://chromium.googlesource.com/v8/v8/+/5b02a98bfada37eafe94373e3fed1e11318d9a27

Patch Set 1 #

Patch Set 2 : Iterate #

Patch Set 3 : x64 port #

Patch Set 4 : Rebase #

Patch Set 5 : Fix stuff #

Patch Set 6 : Rebase #

Patch Set 7 : Platform ports #

Patch Set 8 : Fix build #

Total comments: 2

Patch Set 9 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -821 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 4 5 6 1 chunk +0 lines, -117 lines 0 comments Download
M src/arm/interface-descriptors-arm.cc View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 3 4 5 6 1 chunk +0 lines, -121 lines 0 comments Download
M src/arm64/interface-descriptors-arm64.cc View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M src/builtins/arm/builtins-arm.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -6 lines 0 comments Download
M src/builtins/arm64/builtins-arm64.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -6 lines 0 comments Download
M src/builtins/builtins.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/builtins/builtins-constructor.cc View 1 2 3 4 5 6 7 8 1 chunk +114 lines, -0 lines 0 comments Download
M src/builtins/ia32/builtins-ia32.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -6 lines 0 comments Download
M src/builtins/mips/builtins-mips.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -6 lines 0 comments Download
M src/builtins/mips64/builtins-mips64.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -6 lines 0 comments Download
M src/builtins/x64/builtins-x64.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -6 lines 0 comments Download
M src/code-factory.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 3 4 5 6 3 chunks +27 lines, -0 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 4 5 6 2 chunks +19 lines, -0 lines 0 comments Download
M src/code-stubs.h View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -10 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 1 chunk +0 lines, -130 lines 0 comments Download
M src/ia32/interface-descriptors-ia32.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/interface-descriptors.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/interface-descriptors.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 3 4 5 6 1 chunk +0 lines, -121 lines 0 comments Download
M src/mips/interface-descriptors-mips.cc View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 2 3 4 5 6 1 chunk +0 lines, -122 lines 0 comments Download
M src/mips64/interface-descriptors-mips64.cc View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +0 lines, -126 lines 0 comments Download
M src/x64/interface-descriptors-x64.cc View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 24 (19 generated)
danno
PTAL
3 years, 11 months ago (2016-12-29 08:36:10 UTC) #12
mvstanton
LGTM! https://codereview.chromium.org/2606733002/diff/140001/src/builtins/ia32/builtins-ia32.cc File src/builtins/ia32/builtins-ia32.cc (left): https://codereview.chromium.org/2606733002/diff/140001/src/builtins/ia32/builtins-ia32.cc#oldcode138 src/builtins/ia32/builtins-ia32.cc:138: FastNewObjectStub stub(masm->isolate()); A small thing: but CodeFactory::FastNewObject(isolate); will ...
3 years, 11 months ago (2016-12-29 10:19:00 UTC) #13
mvstanton
small extra note... https://codereview.chromium.org/2606733002/diff/140001/src/builtins/builtins-internal.cc File src/builtins/builtins-internal.cc (right): https://codereview.chromium.org/2606733002/diff/140001/src/builtins/builtins-internal.cc#newcode312 src/builtins/builtins-internal.cc:312: void Builtins::Generate_FastNewObject(compiler::CodeAssemblerState* state) { TF_BUILTIN is ...
3 years, 11 months ago (2016-12-29 10:24:33 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2606733002/160001
3 years, 11 months ago (2016-12-29 11:09:35 UTC) #21
commit-bot: I haz the power
3 years, 11 months ago (2016-12-29 11:11:22 UTC) #24
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/v8/v8/+/5b02a98bfada37eafe94373e3fed1e11318...

Powered by Google App Engine
This is Rietveld 408576698