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

Issue 555048: Make KeyedLoadIC::generic_stub go into slow case if receiver has an indexed i... (Closed)

Created:
10 years, 11 months ago by antonm
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make KeyedLoadIC::generic_stub go into slow case if receiver has an indexed interceptor. BUG=589, 27967 . Committed: http://code.google.com/p/v8/source/detail?r=3680

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -33 lines) Patch
M src/arm/ic-arm.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M src/ic.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M test/cctest/test-api.cc View 3 chunks +51 lines, -21 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
antonm
Ideally there should be a special stub for indexed interceptors, going to file a bug.
10 years, 11 months ago (2010-01-22 11:20:50 UTC) #1
Mads Ager (chromium)
LGTM! Well spotted Anton! http://codereview.chromium.org/555048/diff/1/4 File src/ic.h (right): http://codereview.chromium.org/555048/diff/1/4#newcode304 src/ic.h:304: (1 << Map::kHasIndexedInterceptor); I think ...
10 years, 11 months ago (2010-01-22 12:18:53 UTC) #2
antonm
10 years, 11 months ago (2010-01-22 13:56:35 UTC) #3
Thanks a lot for review, Mads.

FYI, ui_tests and layout tests pass in both release and debug modes for Chrome
built on v8's trunk.

http://codereview.chromium.org/555048/diff/1/4
File src/ic.h (right):

http://codereview.chromium.org/555048/diff/1/4#newcode304
src/ic.h:304: (1 << Map::kHasIndexedInterceptor);
On 2010/01/22 12:18:53, Mads Ager wrote:
> I think this will fit on the previous line.

Done.

Powered by Google App Engine
This is Rietveld 408576698