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

Issue 391423003: X87: Cache IC handlers on the prototype's map if possible (Closed)

Created:
6 years, 5 months ago by chunyang.dai
Modified:
6 years, 5 months ago
CC:
v8-dev, danno
Base URL:
https://chromium.googlesource.com/external/v8.git@bleeding_edge
Project:
v8
Visibility:
Public.

Description

X87: Cache IC handlers on the prototype's map if possible port r22483 original commit message: Cache IC handlers on the prototype's map if possible instead of on the receiver's map. Lazily overwrite cached handler if it is identical to the handler that just missed. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -7 lines) Patch
M src/x87/ic-x87.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/x87/stub-cache-x87.cc View 2 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
chunyang.dai
weiliang. please help to review this porting patch. thanks.
6 years, 5 months ago (2014-07-21 01:41:06 UTC) #1
Weiliang
lgtm
6 years, 5 months ago (2014-07-21 02:56:32 UTC) #2
Weiliang
6 years, 5 months ago (2014-07-21 02:59:23 UTC) #3
Committed as r22488

Powered by Google App Engine
This is Rietveld 408576698