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

Issue 6893093: Fix assert in KeyedLoadIC constructor (Closed)

Created:
9 years, 8 months ago by danno
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix assert in KeyedLoadIC constructor Don't assert when external array ICs are also handled by the KeyedLoadIC. BUG=1346 TEST=none Committed: http://code.google.com/p/v8/source/detail?r=7712

Patch Set 1 : fix 1346 #

Patch Set 2 : Fix assert #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M src/ic.h View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
danno
Please review.
9 years, 8 months ago (2011-04-28 14:06:07 UTC) #1
Mads Ager (chromium)
LGTM Have you checked other occurrences of is_keyed_load_stub? I wonder if we should let all ...
9 years, 8 months ago (2011-04-28 14:20:42 UTC) #2
danno
9 years, 8 months ago (2011-04-28 19:45:46 UTC) #3
I did briefly check other occurrences, and I think it's ok for now. I'm changing
the classification of external arrays anyway for the polymorphic cache CL that
I'm working on, since to be able to easily and consistently find the monomorphic
stub for a receiver, it should act more like the KeyedLoadICs.

Powered by Google App Engine
This is Rietveld 408576698