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

Issue 10827113: Fix the 137002 fix (Don't generate ICs for accessors on slow (Closed)

Created:
8 years, 4 months ago by Erik Corry
Modified:
8 years, 4 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fix the 137002 fix (Don't generate ICs for accessors on slow case objects). We should be testing the holder for dictionary mode, not the receiver. Committed: https://code.google.com/p/v8/source/detail?r=12247

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -11 lines) Patch
M src/ic.cc View 1 6 chunks +9 lines, -6 lines 0 comments Download
M test/cctest/test-api.cc View 1 1 chunk +41 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Erik Corry
8 years, 4 months ago (2012-08-01 08:57:53 UTC) #1
Michael Starzinger
What about the KeyedLoadIC and the StoreIC?
8 years, 4 months ago (2012-08-01 09:02:14 UTC) #2
Erik Corry
8 years, 4 months ago (2012-08-01 11:04:27 UTC) #3
Michael Starzinger
8 years, 4 months ago (2012-08-01 11:47:21 UTC) #4
LGTM (nice catch).

Powered by Google App Engine
This is Rietveld 408576698