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

Issue 2511603002: [ic] Support data handlers in LoadGlobalIC. (Closed)

Created:
4 years, 1 month ago by Igor Sheludko
Modified:
4 years, 1 month ago
Reviewers:
Jakob Kummerow
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ic] Support data handlers in LoadGlobalIC. Also fixed handling of load non-existent handlers outside typeof. BUG=v8:5561, chromium:662854 Committed: https://crrev.com/937b8cb6847041dd2801eaa06fdaf0e5305abbc7 Cr-Commit-Position: refs/heads/master@{#41073}

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 2

Patch Set 3 : Addressing comments and fix #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -78 lines) Patch
M src/code-stubs.h View 6 chunks +40 lines, -1 line 0 comments Download
M src/code-stubs.cc View 2 chunks +16 lines, -7 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/globals.h View 1 chunk +2 lines, -4 lines 0 comments Download
M src/ic/accessor-assembler.h View 1 chunk +6 lines, -3 lines 0 comments Download
M src/ic/accessor-assembler.cc View 1 2 17 chunks +86 lines, -23 lines 1 comment Download
M src/ic/accessor-assembler-impl.h View 4 chunks +23 lines, -11 lines 0 comments Download
M src/ic/ic.cc View 1 2 9 chunks +32 lines, -23 lines 1 comment Download
M src/objects.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/type-feedback-vector.h View 1 chunk +1 line, -1 line 0 comments Download
M src/type-feedback-vector.cc View 1 chunk +1 line, -1 line 0 comments Download
A test/mjsunit/regress/regress-crbug-662854.js View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (22 generated)
Igor Sheludko
PTAL
4 years, 1 month ago (2016-11-17 00:39:07 UTC) #9
Jakob Kummerow
LGTM with nit. What's with the try job crashes? https://codereview.chromium.org/2511603002/diff/100001/src/ic/accessor-assembler.cc File src/ic/accessor-assembler.cc (right): https://codereview.chromium.org/2511603002/diff/100001/src/ic/accessor-assembler.cc#newcode1205 src/ic/accessor-assembler.cc:1205: ...
4 years, 1 month ago (2016-11-17 10:44:21 UTC) #16
Igor Sheludko
https://codereview.chromium.org/2511603002/diff/100001/src/ic/accessor-assembler.cc File src/ic/accessor-assembler.cc (right): https://codereview.chromium.org/2511603002/diff/100001/src/ic/accessor-assembler.cc#newcode1205 src/ic/accessor-assembler.cc:1205: void AccessorAssemblerImpl::HandleLoadGlobalICHandlerCase( On 2016/11/17 10:44:21, Jakob Kummerow wrote: > ...
4 years, 1 month ago (2016-11-17 11:32:09 UTC) #17
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/2511603002/120001
4 years, 1 month ago (2016-11-17 12:16:21 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:120001)
4 years, 1 month ago (2016-11-17 12:18:28 UTC) #26
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:38:09 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/937b8cb6847041dd2801eaa06fdaf0e5305abbc7
Cr-Commit-Position: refs/heads/master@{#41073}

Powered by Google App Engine
This is Rietveld 408576698