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

Issue 2031753003: [stubs] Introducing LoadICTFStub and LoadICTrampolineTFStub and a switch to enable them instead of … (Closed)

Created:
4 years, 6 months ago by Igor Sheludko
Modified:
3 years, 10 months ago
CC:
v8-reviews_googlegroups.com, Michael Hablich
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[stubs] Introducing LoadICTFStub and LoadICTrampolineTFStub and a switch to enable them instead of respective platform stubs. The stubs do not increase respective counters as they are in the snapshot and --native-code-counters is off during snapshot creation anyway. Committed: https://crrev.com/f1ffe311639594f4855f18e2fa2edceef1cbf013 Cr-Commit-Position: refs/heads/master@{#36754}

Patch Set 1 #

Patch Set 2 #

Patch Set 3 : Fixing ia32 #

Patch Set 4 : Turn off the flag #

Patch Set 5 : Removed counters support (they are disabled for mksnapshot anyway) #

Total comments: 2

Patch Set 6 : Addressing comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+788 lines, -23 lines) Patch
M src/code-factory.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 3 4 5 chunks +70 lines, -1 line 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 4 5 8 chunks +297 lines, -12 lines 0 comments Download
M src/code-stubs.h View 3 chunks +45 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 2 2 chunks +39 lines, -1 line 0 comments Download
M src/compiler.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/code-assembler.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/code-assembler.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/ic/ic.cc View 2 chunks +4 lines, -1 line 0 comments Download
M src/ic/stub-cache.h View 2 chunks +16 lines, -6 lines 0 comments Download
M src/ic/stub-cache.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M test/cctest/test-code-stub-assembler.cc View 1 3 chunks +282 lines, -0 lines 1 comment Download

Messages

Total messages: 36 (19 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2031753003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2031753003/1
4 years, 6 months ago (2016-06-02 17:31:07 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_nodcheck_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel_ng/builds/2589) v8_linux_rel_ng on ...
4 years, 6 months ago (2016-06-02 17:34:00 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2031753003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2031753003/20001
4 years, 6 months ago (2016-06-03 06:50:29 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_nodcheck_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel_ng/builds/2602)
4 years, 6 months ago (2016-06-03 06:54:01 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2031753003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2031753003/40001
4 years, 6 months ago (2016-06-03 12:27:02 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2031753003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2031753003/60001
4 years, 6 months ago (2016-06-03 12:29:11 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2031753003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2031753003/80001
4 years, 6 months ago (2016-06-03 12:59:07 UTC) #16
Igor Sheludko
PTAL. According to try run results it seems to work (see patch set 3 where ...
4 years, 6 months ago (2016-06-03 13:00:27 UTC) #18
Michael Starzinger
LGTM on "compiler", didn't look at the rest.
4 years, 6 months ago (2016-06-03 13:06:14 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-03 13:25:27 UTC) #24
Toon Verwaest
lgtm https://codereview.chromium.org/2031753003/diff/80001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2031753003/diff/80001/src/code-stub-assembler.cc#newcode573 src/code-stub-assembler.cc:573: Node* CodeStubAssembler::LoadWeakCellValue(Node* map) { map is a weird ...
4 years, 6 months ago (2016-06-06 12:47:33 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2031753003/100001
4 years, 6 months ago (2016-06-06 13:55:17 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 6 months ago (2016-06-06 14:26:34 UTC) #30
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/f1ffe311639594f4855f18e2fa2edceef1cbf013 Cr-Commit-Position: refs/heads/master@{#36754}
4 years, 6 months ago (2016-06-06 14:28:30 UTC) #32
adamk
https://codereview.chromium.org/2031753003/diff/100001/test/cctest/test-code-stub-assembler.cc File test/cctest/test-code-stub-assembler.cc (right): https://codereview.chromium.org/2031753003/diff/100001/test/cctest/test-code-stub-assembler.cc#newcode1242 test/cctest/test-code-stub-assembler.cc:1242: TEST(TryProbeStubCache) { This test seems to flake consistently on ...
4 years, 6 months ago (2016-06-06 19:08:29 UTC) #34
Yang
On 2016/06/06 19:08:29, adamk wrote: > https://codereview.chromium.org/2031753003/diff/100001/test/cctest/test-code-stub-assembler.cc > File test/cctest/test-code-stub-assembler.cc (right): > > https://codereview.chromium.org/2031753003/diff/100001/test/cctest/test-code-stub-assembler.cc#newcode1242 > ...
4 years, 6 months ago (2016-06-07 06:37:11 UTC) #35
Igor Sheludko
4 years, 6 months ago (2016-06-07 14:29:16 UTC) #36
Message was sent while issue was closed.
On 2016/06/07 06:37:11, Yang wrote:
> On 2016/06/06 19:08:29, adamk wrote:
> >
>
https://codereview.chromium.org/2031753003/diff/100001/test/cctest/test-code-...
> > File test/cctest/test-code-stub-assembler.cc (right):
> > 
> >
>
https://codereview.chromium.org/2031753003/diff/100001/test/cctest/test-code-...
> > test/cctest/test-code-stub-assembler.cc:1242: TEST(TryProbeStubCache) {
> > This test seems to flake consistently on Linux nosnap debug:
> > 
> >
>
https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20nosnap%20-%2...
> > 
> > PTAL.
> 
> Yup. Igor, please fix the timeout issue
>
https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20nosnap%20-%2...

The fix is on the way: https://codereview.chromium.org/2040193002/

Powered by Google App Engine
This is Rietveld 408576698