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

Issue 2163253002: [stubs] Port store IC dispatcher to TurboFan. (Closed)

Created:
4 years, 5 months ago by Igor Sheludko
Modified:
4 years, 2 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] Port store IC dispatcher to TurboFan. This CL introduces StoreICTFStub and StoreICTrampolineTFStub and a switch to enable them instead of respective platform stubs. This should ease the split of StoreIC to StoreGlobalIC and StoreIC. StubCache tests now exercise both load and store ICs. BUG=chromium:576312 Committed: https://crrev.com/2390243564547a8ca934785e6ab9f0cfb8956834 Cr-Commit-Position: refs/heads/master@{#39751}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -32 lines) Patch
M src/code-factory.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M src/code-stub-assembler.h View 4 chunks +14 lines, -4 lines 0 comments Download
M src/code-stub-assembler.cc View 8 chunks +66 lines, -16 lines 0 comments Download
M src/code-stubs.h View 1 4 chunks +43 lines, -4 lines 0 comments Download
M src/code-stubs.cc View 1 1 chunk +31 lines, -0 lines 0 comments Download
M src/compiler/code-assembler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compiler/code-assembler.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 4 chunks +13 lines, -8 lines 0 comments Download

Messages

Total messages: 32 (25 generated)
Igor Sheludko
Benedikt, PTAL compiler Jakob, PTAL the rest
4 years, 2 months ago (2016-09-26 09:47:33 UTC) #16
Benedikt Meurer
LGTM on compiler.
4 years, 2 months ago (2016-09-26 10:28:28 UTC) #19
Jakob Kummerow
LGTM with nits. https://codereview.chromium.org/2163253002/diff/60001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2163253002/diff/60001/src/code-stubs.cc#newcode505 src/code-stubs.cc:505: Node* receiver = assembler->Parameter(0); Don't we ...
4 years, 2 months ago (2016-09-26 23:32:31 UTC) #20
Igor Sheludko
Thanks! https://codereview.chromium.org/2163253002/diff/60001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/2163253002/diff/60001/src/code-stubs.cc#newcode505 src/code-stubs.cc:505: Node* receiver = assembler->Parameter(0); On 2016/09/26 23:32:30, Jakob ...
4 years, 2 months ago (2016-09-27 06:46:06 UTC) #21
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/2163253002/80001
4 years, 2 months ago (2016-09-27 07:18:03 UTC) #28
commit-bot: I haz the power
Committed patchset #2 (id:80001)
4 years, 2 months ago (2016-09-27 07:20:44 UTC) #30
commit-bot: I haz the power
4 years, 2 months ago (2016-09-27 07:21:00 UTC) #32
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2390243564547a8ca934785e6ab9f0cfb8956834
Cr-Commit-Position: refs/heads/master@{#39751}

Powered by Google App Engine
This is Rietveld 408576698