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

Issue 2622003004: [ic] Port {Load,Store}IC_Normal to TF (Closed)

Created:
3 years, 11 months ago by Jakob Kummerow
Modified:
3 years, 11 months ago
Reviewers:
Igor Sheludko
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ic] Port {Load,Store}IC_Normal to TF BUG=v8:5269 Review-Url: https://codereview.chromium.org/2622003004 Cr-Commit-Position: refs/heads/master@{#42261} Committed: https://chromium.googlesource.com/v8/v8/+/d23e7d2f813fecfa7aff73621b3a26d11805dfd4

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -2218 lines) Patch
M src/arm/code-stubs-arm.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 chunk +0 lines, -78 lines 0 comments Download
M src/arm64/code-stubs-arm64.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 chunk +0 lines, -85 lines 0 comments Download
M src/builtins/builtins.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/builtins/builtins-handler.cc View 1 2 chunks +69 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +0 lines, -61 lines 0 comments Download
M src/ic/arm/ic-arm.cc View 2 chunks +0 lines, -160 lines 0 comments Download
M src/ic/arm64/ic-arm64.cc View 2 chunks +0 lines, -146 lines 0 comments Download
M src/ic/ia32/ic-ia32.cc View 2 chunks +0 lines, -179 lines 0 comments Download
M src/ic/ic.h View 2 chunks +0 lines, -9 lines 0 comments Download
M src/ic/mips/ic-mips.cc View 2 chunks +0 lines, -166 lines 0 comments Download
M src/ic/mips64/ic-mips64.cc View 2 chunks +0 lines, -162 lines 0 comments Download
M src/ic/ppc/ic-ppc.cc View 2 chunks +0 lines, -165 lines 0 comments Download
M src/ic/s390/ic-s390.cc View 2 chunks +0 lines, -161 lines 0 comments Download
M src/ic/x64/ic-x64.cc View 2 chunks +0 lines, -169 lines 0 comments Download
M src/ic/x87/ic-x87.cc View 2 chunks +0 lines, -179 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 chunk +0 lines, -79 lines 0 comments Download
M src/mips64/code-stubs-mips64.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 chunk +0 lines, -78 lines 0 comments Download
M src/ppc/code-stubs-ppc.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/ppc/code-stubs-ppc.cc View 1 chunk +0 lines, -78 lines 0 comments Download
M src/s390/code-stubs-s390.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/s390/code-stubs-s390.cc View 1 chunk +0 lines, -77 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +0 lines, -55 lines 0 comments Download
M src/x87/code-stubs-x87.h View 1 chunk +0 lines, -8 lines 0 comments Download
M src/x87/code-stubs-x87.cc View 1 chunk +0 lines, -61 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
Jakob Kummerow
PTAL.
3 years, 11 months ago (2017-01-11 16:31:21 UTC) #2
Igor Sheludko
lgtm with a nit: https://codereview.chromium.org/2622003004/diff/1/src/builtins/builtins-handler.cc File src/builtins/builtins-handler.cc (right): https://codereview.chromium.org/2622003004/diff/1/src/builtins/builtins-handler.cc#newcode194 src/builtins/builtins-handler.cc:194: const int kTypeAndReadOnlyMask = PropertyDetails::TypeField::kMask ...
3 years, 11 months ago (2017-01-11 16:50:34 UTC) #3
Jakob Kummerow
Thanks, landing. https://codereview.chromium.org/2622003004/diff/1/src/builtins/builtins-handler.cc File src/builtins/builtins-handler.cc (right): https://codereview.chromium.org/2622003004/diff/1/src/builtins/builtins-handler.cc#newcode194 src/builtins/builtins-handler.cc:194: const int kTypeAndReadOnlyMask = PropertyDetails::TypeField::kMask | On ...
3 years, 11 months ago (2017-01-12 10:24:11 UTC) #4
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/2622003004/20001
3 years, 11 months ago (2017-01-12 10:24:27 UTC) #7
commit-bot: I haz the power
3 years, 11 months ago (2017-01-12 10:53:15 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/d23e7d2f813fecfa7aff73621b3a26d1180...

Powered by Google App Engine
This is Rietveld 408576698