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

Issue 2595343002: [stubs] Port LoadFieldStub to TF (Closed)

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

Description

[stubs] Port LoadFieldStub to TF LoadFieldStub is the last Crankshaft/Hydrogen stub that stands in the way of being able to run --ignition-staging --turbo without any Crankshaft support, even for ICs/stubs. Review-Url: https://codereview.chromium.org/2595343002 Cr-Commit-Position: refs/heads/master@{#41939} Committed: https://chromium.googlesource.com/v8/v8/+/6236060c9caada46a3e6ec6b9c13978d72a43e4e

Patch Set 1 #

Patch Set 2 : Add abort reason #

Total comments: 4

Patch Set 3 : Review feedback #

Patch Set 4 : Review feedback #

Patch Set 5 : Rebase #

Patch Set 6 : Remerge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -43 lines) Patch
M src/code-stubs.h View 1 2 3 3 chunks +7 lines, -22 lines 0 comments Download
M src/code-stubs.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/ic/accessor-assembler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic/accessor-assembler.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M src/ic/accessor-assembler-impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic/handler-compiler.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M src/ic/ic.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/ic/ic.cc View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M src/interface-descriptors.h View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M src/interface-descriptors.cc View 2 chunks +28 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (24 generated)
danno
PTAL
4 years ago (2016-12-22 15:03:12 UTC) #8
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/2595343002/diff/20001/src/ic/accessor-assembler.cc File src/ic/accessor-assembler.cc (right): https://codereview.chromium.org/2595343002/diff/20001/src/ic/accessor-assembler.cc#newcode1669 src/ic/accessor-assembler.cc:1669: &miss, kOnlyProperties); I think we should ...
4 years ago (2016-12-22 15:48:14 UTC) #11
Igor Sheludko
https://codereview.chromium.org/2595343002/diff/20001/src/code-stubs.h File src/code-stubs.h (right): https://codereview.chromium.org/2595343002/diff/20001/src/code-stubs.h#newcode1172 src/code-stubs.h:1172: minor_key_ = 0; Please remove this. CodeStub initializes minor_key_.
4 years ago (2016-12-22 15:53:59 UTC) #12
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/2595343002/100001
3 years, 12 months ago (2016-12-23 11:59:48 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://chromium.googlesource.com/v8/v8/+/6236060c9caada46a3e6ec6b9c13978d72a43e4e
3 years, 12 months ago (2016-12-23 12:01:33 UTC) #29
danno
3 years, 11 months ago (2016-12-28 16:14:14 UTC) #30
Message was sent while issue was closed.
landed

https://codereview.chromium.org/2595343002/diff/20001/src/code-stubs.h
File src/code-stubs.h (right):

https://codereview.chromium.org/2595343002/diff/20001/src/code-stubs.h#newcod...
src/code-stubs.h:1172: minor_key_ = 0;
On 2016/12/22 15:53:59, Igor Sheludko wrote:
> Please remove this. CodeStub initializes minor_key_.

Done.

https://codereview.chromium.org/2595343002/diff/20001/src/ic/accessor-assembl...
File src/ic/accessor-assembler.cc (right):

https://codereview.chromium.org/2595343002/diff/20001/src/ic/accessor-assembl...
src/ic/accessor-assembler.cc:1669: &miss, kOnlyProperties);
On 2016/12/22 15:48:14, Igor Sheludko wrote:
> I think we should pass nullptr instead of miss label because we never jump to
it
> when kOnlyProperties is provided. Unused labels make CSA unhappy.
> 
> And please remove the new abort reason.

Done.

Powered by Google App Engine
This is Rietveld 408576698