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

Issue 2357163003: [ic][ia32][x87] Pass value, slot and vector to StoreIC and KeyedStoreIC through the stack. (Closed)

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

Description

[ic][ia32][x87] Pass value, slot and vector to StoreIC and KeyedStoreIC through the stack. The handlers cleanup will be done in a follow-up CL. BUG=v8:5407 Committed: https://crrev.com/76cfb388de91fa33c32d09bd9b16366154f25adf Cr-Commit-Position: refs/heads/master@{#39617}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -105 lines) Patch
M src/compiler/js-generic-lowering.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/full-codegen/full-codegen.cc View 2 chunks +16 lines, -0 lines 2 comments Download
M src/ia32/code-stubs-ia32.cc View 3 chunks +61 lines, -6 lines 0 comments Download
M src/ic/handler-compiler.cc View 9 chunks +32 lines, -25 lines 0 comments Download
M src/ic/ia32/handler-compiler-ia32.cc View 7 chunks +22 lines, -5 lines 0 comments Download
M src/ic/ia32/ic-compiler-ia32.cc View 1 chunk +10 lines, -7 lines 0 comments Download
M src/ic/ia32/ic-ia32.cc View 5 chunks +17 lines, -14 lines 0 comments Download
M src/ic/ic.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ic/ic.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/ic/x87/handler-compiler-x87.cc View 7 chunks +22 lines, -5 lines 0 comments Download
M src/ic/x87/ic-compiler-x87.cc View 1 chunk +10 lines, -7 lines 0 comments Download
M src/ic/x87/ic-x87.cc View 5 chunks +17 lines, -14 lines 0 comments Download
M src/interface-descriptors.h View 3 chunks +14 lines, -1 line 0 comments Download
M src/interface-descriptors.cc View 3 chunks +5 lines, -14 lines 0 comments Download
M src/x87/code-stubs-x87.cc View 3 chunks +61 lines, -6 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 18 (10 generated)
Igor Sheludko
PTAL
4 years, 3 months ago (2016-09-22 07:29:59 UTC) #5
mvstanton
I like the careful asserting! https://codereview.chromium.org/2357163003/diff/1/src/full-codegen/full-codegen.cc File src/full-codegen/full-codegen.cc (right): https://codereview.chromium.org/2357163003/diff/1/src/full-codegen/full-codegen.cc#newcode246 src/full-codegen/full-codegen.cc:246: } Would it be ...
4 years, 3 months ago (2016-09-22 08:06:25 UTC) #6
Benedikt Meurer
LGTM.
4 years, 3 months ago (2016-09-22 08:32:29 UTC) #10
mvstanton
Per your offline message addressing my comment: "let me address the "push slot register" comment ...
4 years, 3 months ago (2016-09-22 08:33:58 UTC) #11
Igor Sheludko
https://codereview.chromium.org/2357163003/diff/1/src/full-codegen/full-codegen.cc File src/full-codegen/full-codegen.cc (right): https://codereview.chromium.org/2357163003/diff/1/src/full-codegen/full-codegen.cc#newcode246 src/full-codegen/full-codegen.cc:246: } On 2016/09/22 08:06:24, mvstanton wrote: > Would it ...
4 years, 3 months ago (2016-09-22 08:41:09 UTC) #12
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/2357163003/1
4 years, 3 months ago (2016-09-22 08:41:24 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-22 08:43:57 UTC) #16
commit-bot: I haz the power
4 years, 3 months ago (2016-09-22 08:44:13 UTC) #18
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/76cfb388de91fa33c32d09bd9b16366154f25adf
Cr-Commit-Position: refs/heads/master@{#39617}

Powered by Google App Engine
This is Rietveld 408576698