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

Issue 2380973002: [stubs] replaced ToString MacroAssembler Stub with CodeStubAssembler builtin (Closed)

Created:
4 years, 2 months ago by Tobias Tebbi
Modified:
4 years, 2 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Port ToString platform stub to TurboFan. R=bmeurer@chromium.org BUG= Committed: https://crrev.com/8c87212186107fbe1b02086f87ce90645557865c Cr-Commit-Position: refs/heads/master@{#39872}

Patch Set 1 #

Total comments: 3

Patch Set 2 : completely removed ToStringStub #

Total comments: 1

Patch Set 3 : addressed comments #

Patch Set 4 : Merge branch 'master' of https://chromium.googlesource.com/v8/v8 into ToStringTFStub #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -335 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 3 1 chunk +0 lines, -29 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 2 3 1 chunk +0 lines, -31 lines 0 comments Download
M src/builtins/arm/builtins-arm.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/builtins/arm64/builtins-arm64.cc View 1 2 chunks +2 lines, -4 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-conversion.cc View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
M src/builtins/ia32/builtins-ia32.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/builtins/mips/builtins-mips.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/builtins/mips64/builtins-mips64.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/builtins/ppc/builtins-ppc.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/builtins/s390/builtins-s390.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/builtins/x64/builtins-x64.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/builtins/x87/builtins-x87.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M src/code-factory.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/code-stubs.h View 1 2 3 2 chunks +0 lines, -9 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 1 chunk +0 lines, -34 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 2 3 1 chunk +0 lines, -31 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 2 3 1 chunk +0 lines, -31 lines 0 comments Download
M src/ppc/code-stubs-ppc.cc View 1 2 3 1 chunk +0 lines, -29 lines 0 comments Download
M src/s390/code-stubs-s390.cc View 1 2 3 1 chunk +0 lines, -32 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 1 chunk +0 lines, -34 lines 0 comments Download
M src/x87/code-stubs-x87.cc View 1 2 3 1 chunk +0 lines, -34 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
Tobias Tebbi
I did not remove ToStringStub yet because there are dependencies from other MacroAssembler stubs.
4 years, 2 months ago (2016-09-29 09:20:43 UTC) #1
Benedikt Meurer
Adding Igor as reviewer. As discussed offline, please remove the old ToStringStub completely. https://codereview.chromium.org/2380973002/diff/1/src/builtins/builtins-conversion.cc File ...
4 years, 2 months ago (2016-09-29 11:18:19 UTC) #3
Tobias Tebbi
I am not sure about what I did in the Hydrogen code.
4 years, 2 months ago (2016-09-29 12:56:01 UTC) #4
Benedikt Meurer
Looking good. Please address my earlier comments as well. https://codereview.chromium.org/2380973002/diff/20001/src/builtins/builtins-conversion.cc File src/builtins/builtins-conversion.cc (right): https://codereview.chromium.org/2380973002/diff/20001/src/builtins/builtins-conversion.cc#newcode165 src/builtins/builtins-conversion.cc:165: ...
4 years, 2 months ago (2016-09-29 13:07:34 UTC) #5
Igor Sheludko
lgtm once Benedikt's comment is addressed.
4 years, 2 months ago (2016-09-29 13:37:32 UTC) #7
Igor Sheludko
On 2016/09/29 13:37:32, Igor Sheludko wrote: > lgtm once Benedikt's comment is addressed. I also ...
4 years, 2 months ago (2016-09-29 13:39:36 UTC) #8
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/2380973002/40001
4 years, 2 months ago (2016-09-29 13:49:41 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: v8_mac_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel_ng/builds/9919)
4 years, 2 months ago (2016-09-29 13:52:11 UTC) #13
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/2380973002/60001
4 years, 2 months ago (2016-09-29 14:04:31 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-09-29 14:50:53 UTC) #18
commit-bot: I haz the power
4 years, 2 months ago (2016-09-29 14:51:12 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8c87212186107fbe1b02086f87ce90645557865c
Cr-Commit-Position: refs/heads/master@{#39872}

Powered by Google App Engine
This is Rietveld 408576698