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

Issue 32643004: Add a soft-deopt in keyed element access when current IC is pre-monomorphic and no type feedback wa… (Closed)

Created:
7 years, 2 months ago by Hannes Payer (out of office)
Modified:
7 years, 2 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Add a soft-deopt in keyed element access when current IC is pre-monomorphic and no type feedback was collected. BUG= R=danno@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17335

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Total comments: 5

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -69 lines) Patch
M src/ast.h View 5 chunks +11 lines, -0 lines 0 comments Download
M src/ast.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ic.h View 1 2 3 4 5 6 2 chunks +7 lines, -1 line 0 comments Download
M src/ic.cc View 1 2 3 4 5 6 3 chunks +71 lines, -58 lines 0 comments Download
M src/type-info.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/type-info.cc View 3 chunks +20 lines, -6 lines 0 comments Download
M test/mjsunit/unbox-double-arrays.js View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Hannes Payer (out of office)
7 years, 2 months ago (2013-10-21 16:23:05 UTC) #1
danno
here's a few comments, more comming... https://codereview.chromium.org/32643004/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/32643004/diff/1/src/ic.cc#newcode1371 src/ic.cc:1371: return LoadIC::Load(object, Handle<String>::cast(key)); ...
7 years, 2 months ago (2013-10-21 16:35:58 UTC) #2
Hannes Payer (out of office)
I added it now all over the place. https://codereview.chromium.org/32643004/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/32643004/diff/1/src/ic.cc#newcode1371 src/ic.cc:1371: return ...
7 years, 2 months ago (2013-10-22 09:29:29 UTC) #3
danno
https://codereview.chromium.org/32643004/diff/80001/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/32643004/diff/80001/src/ic.cc#newcode868 src/ic.cc:868: TRACE_GENERIC_IC(isolate(), "KeyedLoadIC", "access check needed"); change comment appropriately https://codereview.chromium.org/32643004/diff/80001/src/ic.cc#newcode896 ...
7 years, 2 months ago (2013-10-22 14:52:24 UTC) #4
danno
7 years, 2 months ago (2013-10-22 14:52:38 UTC) #5
danno
lgtm
7 years, 2 months ago (2013-10-23 09:38:06 UTC) #6
Hannes Payer (out of office)
7 years, 2 months ago (2013-10-23 10:41:31 UTC) #7
Message was sent while issue was closed.
Committed patchset #7 manually as r17335 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698