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

Issue 581273005: X87: Convert KeyedLoad indexed interceptor case to a Handler. (Closed)

Created:
6 years, 3 months ago by Jing
Modified:
6 years, 3 months ago
Reviewers:
Weiliang, mvstanton
CC:
v8-dev, danno
Base URL:
https://github.com/v8/v8.git@bleeding_edge
Project:
v8
Visibility:
Public.

Description

X87: Convert KeyedLoad indexed interceptor case to a Handler. port r24042. original commit message: Convert KeyedLoad indexed interceptor case to a Handler. Currently, KeyedLoads on objects with indexed interceptors are handled with a special stub. Instead, key on the map and handler mechanism for more uniform treatment. BUG=

Patch Set 1 #

Patch Set 2 : wq #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -42 lines) Patch
M src/ic/x87/ic-x87.cc View 1 chunk +0 lines, -42 lines 0 comments Download
M src/x87/code-stubs-x87.cc View 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Jing
6 years, 3 months ago (2014-09-19 03:08:10 UTC) #2
Weiliang
lgtm
6 years, 3 months ago (2014-09-19 03:22:02 UTC) #3
Weiliang
6 years, 3 months ago (2014-09-19 06:34:06 UTC) #4
Committed as r24063

Powered by Google App Engine
This is Rietveld 408576698