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

Issue 892383003: emit premonomorphic ics for loads/stores in optimized code (Closed)

Created:
5 years, 10 months ago by dcarney
Modified:
5 years, 10 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

emit premonomorphic ics for loads/stores in optimized code R=verwaest@chromium.org BUG= Committed: https://crrev.com/7361dce458d1a3eecc8e3e69bf300b6508e8caad Cr-Commit-Position: refs/heads/master@{#26796}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : emit megamorphic stub, not wired up correctly #

Patch Set 5 : infer megamorphism #

Patch Set 6 : wire up stores #

Total comments: 1

Patch Set 7 : InlineCacheState #

Patch Set 8 : arches #

Patch Set 9 : #

Total comments: 2

Patch Set 10 : PREMONOMORPHIC #

Patch Set 11 : rebase #

Patch Set 12 : rebase #

Patch Set 13 : only premono #

Patch Set 14 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -70 lines) Patch
M src/arm/lithium-codegen-arm.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -4 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -4 lines 0 comments Download
M src/code-factory.h View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M src/code-factory.cc View 1 2 3 4 5 6 2 chunks +10 lines, -8 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -6 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -10 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +22 lines, -8 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -4 lines 0 comments Download
M src/ic/ic.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -2 lines 0 comments Download
M src/ic/ic.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +13 lines, -5 lines 0 comments Download
M src/ic/ic-compiler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M src/ic/ic-compiler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +10 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -4 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -4 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 23 (8 generated)
dcarney
ptal
5 years, 10 months ago (2015-02-04 14:26:58 UTC) #2
dcarney
okay, loads and stores are wired up, will do keyed loads and stores in a ...
5 years, 10 months ago (2015-02-05 15:42:41 UTC) #3
dcarney
On 2015/02/05 15:42:41, dcarney wrote: > okay, loads and stores are wired up, will do ...
5 years, 10 months ago (2015-02-09 09:07:43 UTC) #4
Toon Verwaest
... and go ahead and do the platform ports. https://codereview.chromium.org/892383003/diff/100001/src/code-factory.cc File src/code-factory.cc (right): https://codereview.chromium.org/892383003/diff/100001/src/code-factory.cc#newcode25 src/code-factory.cc:25: ...
5 years, 10 months ago (2015-02-09 12:31:52 UTC) #5
dcarney
On 2015/02/09 12:31:52, Toon Verwaest wrote: > ... and go ahead and do the platform ...
5 years, 10 months ago (2015-02-09 13:14:54 UTC) #6
Toon Verwaest
I'd initialize to PREMONOMORPHIC for crankshaft ICs since cycling through it seems like unnecessary overhead. ...
5 years, 10 months ago (2015-02-09 14:27:59 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/892383003/200001
5 years, 10 months ago (2015-02-09 16:22:51 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel/builds/2800)
5 years, 10 months ago (2015-02-09 16:39:24 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/892383003/240001
5 years, 10 months ago (2015-02-11 10:55:05 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel/builds/2864)
5 years, 10 months ago (2015-02-11 11:10:26 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/892383003/260001
5 years, 10 months ago (2015-02-23 12:11:10 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/892383003/260001
5 years, 10 months ago (2015-02-23 12:11:11 UTC) #19
commit-bot: I haz the power
Failed to apply the patch.
5 years, 10 months ago (2015-02-23 12:34:10 UTC) #21
commit-bot: I haz the power
Committed patchset #14 (id:260001)
5 years, 10 months ago (2015-02-23 12:34:13 UTC) #22
commit-bot: I haz the power
5 years, 10 months ago (2015-02-23 12:34:26 UTC) #23
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/7361dce458d1a3eecc8e3e69bf300b6508e8caad
Cr-Commit-Position: refs/heads/master@{#26796}

Powered by Google App Engine
This is Rietveld 408576698