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

Issue 10781011: Fix ICs for slow objects with native accessor. (Closed)

Created:
8 years, 5 months ago by Michael Starzinger
Modified:
8 years, 5 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Fix ICs for slow objects with native accessor. This prevents creation of LoadICs or StoreICs for native callbacks on objects in dictionary mode. Those ICs fail if the accessor is installed on the receiver itself and also lead to bogus type feedback. R=danno@chromium.org BUG=chromium:137002 TEST=test/test-api/Regress137002[a,b] Committed: https://code.google.com/p/v8/source/detail?r=12088

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -0 lines) Patch
M src/ic.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years, 5 months ago (2012-07-15 18:51:51 UTC) #1
danno
8 years, 5 months ago (2012-07-16 09:33:18 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698