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

Issue 2623483002: [cleanup] Port KeyedLoadIC_{Slow,Miss} to TF and drop unused IC handler code (Closed)

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

Description

[cleanup] Port KeyedLoadIC_{Slow,Miss} to TF and drop unused IC handler code BUG=v8:5269 Review-Url: https://codereview.chromium.org/2623483002 Cr-Commit-Position: refs/heads/master@{#42171} Committed: https://chromium.googlesource.com/v8/v8/+/099abc58a16d9d92c4939dddc96ef98a4f60e870

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix nit #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -1335 lines) Patch
M src/builtins/builtins.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/builtins/builtins-handler.cc View 1 1 chunk +25 lines, -4 lines 0 comments Download
M src/counters.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M src/ic/arm/handler-compiler-arm.cc View 4 chunks +0 lines, -79 lines 0 comments Download
M src/ic/arm/ic-arm.cc View 2 chunks +0 lines, -50 lines 0 comments Download
M src/ic/arm64/handler-compiler-arm64.cc View 4 chunks +0 lines, -78 lines 0 comments Download
M src/ic/arm64/ic-arm64.cc View 2 chunks +0 lines, -44 lines 0 comments Download
M src/ic/handler-compiler.h View 6 chunks +0 lines, -36 lines 0 comments Download
M src/ic/handler-compiler.cc View 1 2 3 chunks +0 lines, -119 lines 0 comments Download
M src/ic/ia32/handler-compiler-ia32.cc View 4 chunks +0 lines, -82 lines 0 comments Download
M src/ic/ia32/ic-ia32.cc View 2 chunks +0 lines, -54 lines 0 comments Download
M src/ic/ic.h View 2 chunks +0 lines, -6 lines 0 comments Download
M src/ic/mips/handler-compiler-mips.cc View 4 chunks +0 lines, -79 lines 0 comments Download
M src/ic/mips/ic-mips.cc View 2 chunks +0 lines, -49 lines 0 comments Download
M src/ic/mips64/handler-compiler-mips64.cc View 4 chunks +0 lines, -79 lines 0 comments Download
M src/ic/mips64/ic-mips64.cc View 2 chunks +0 lines, -49 lines 0 comments Download
M src/ic/ppc/handler-compiler-ppc.cc View 4 chunks +0 lines, -80 lines 0 comments Download
M src/ic/ppc/ic-ppc.cc View 2 chunks +0 lines, -49 lines 0 comments Download
M src/ic/s390/handler-compiler-s390.cc View 4 chunks +0 lines, -72 lines 0 comments Download
M src/ic/s390/ic-s390.cc View 2 chunks +0 lines, -46 lines 0 comments Download
M src/ic/x64/handler-compiler-x64.cc View 4 chunks +0 lines, -82 lines 0 comments Download
M src/ic/x64/ic-x64.cc View 2 chunks +0 lines, -58 lines 0 comments Download
M src/ic/x87/handler-compiler-x87.cc View 4 chunks +0 lines, -82 lines 0 comments Download
M src/ic/x87/ic-x87.cc View 2 chunks +0 lines, -54 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
Jakob Kummerow
PTAL.
3 years, 11 months ago (2017-01-09 11:56:54 UTC) #2
Igor Sheludko
lgtm with a nit: https://codereview.chromium.org/2623483002/diff/1/src/builtins/builtins.h File src/builtins/builtins.h (right): https://codereview.chromium.org/2623483002/diff/1/src/builtins/builtins.h#newcode216 src/builtins/builtins.h:216: TFS(KeyedLoadIC_Slow, HANDLER, Code::KEYED_LOAD_IC, Load) \ ...
3 years, 11 months ago (2017-01-09 12:05:18 UTC) #3
Jakob Kummerow
Thanks, addressed. Landing. https://codereview.chromium.org/2623483002/diff/1/src/builtins/builtins.h File src/builtins/builtins.h (right): https://codereview.chromium.org/2623483002/diff/1/src/builtins/builtins.h#newcode216 src/builtins/builtins.h:216: TFS(KeyedLoadIC_Slow, HANDLER, Code::KEYED_LOAD_IC, Load) \ On ...
3 years, 11 months ago (2017-01-10 10:32:18 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/2623483002/20001
3 years, 11 months ago (2017-01-10 10:32:29 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/14769) v8_linux_arm64_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
3 years, 11 months ago (2017-01-10 10:33:43 UTC) #9
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/2623483002/40001
3 years, 11 months ago (2017-01-10 10:49:39 UTC) #12
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 11:40:59 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/099abc58a16d9d92c4939dddc96ef98a4f6...

Powered by Google App Engine
This is Rietveld 408576698