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

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

Created:
6 years, 5 months ago by Jakob Kummerow
Modified:
6 years, 5 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

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. R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22483

Patch Set 1 #

Total comments: 6

Patch Set 2 : addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+379 lines, -350 lines) Patch
M src/arm/ic-arm.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +7 lines, -4 lines 0 comments Download
M src/arm64/ic-arm64.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/arm64/stub-cache-arm64.cc View 2 chunks +9 lines, -11 lines 0 comments Download
M src/globals.h View 2 chunks +7 lines, -5 lines 0 comments Download
M src/hydrogen.h View 1 chunk +1 line, -17 lines 0 comments Download
M src/hydrogen.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +7 lines, -5 lines 0 comments Download
M src/ic.h View 1 7 chunks +26 lines, -39 lines 0 comments Download
M src/ic.cc View 16 chunks +121 lines, -136 lines 0 comments Download
M src/ic-inl.h View 1 1 chunk +38 lines, -44 lines 0 comments Download
M src/objects.h View 3 chunks +13 lines, -14 lines 0 comments Download
M src/objects.cc View 2 chunks +22 lines, -1 line 0 comments Download
M src/objects-inl.h View 4 chunks +13 lines, -10 lines 0 comments Download
M src/property.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/stub-cache.h View 6 chunks +14 lines, -17 lines 0 comments Download
M src/stub-cache.cc View 8 chunks +64 lines, -34 lines 0 comments Download
M src/x64/ic-x64.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jakob Kummerow
PTAL.
6 years, 5 months ago (2014-07-17 13:49:01 UTC) #1
Toon Verwaest
lgtm https://codereview.chromium.org/400523007/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/400523007/diff/1/src/hydrogen.cc#newcode6128 src/hydrogen.cc:6128: JSFunction* ctor = IC::GetBuiltinConstructor( Can you rename this ...
6 years, 5 months ago (2014-07-18 13:12:24 UTC) #2
Jakob Kummerow
https://codereview.chromium.org/400523007/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/400523007/diff/1/src/hydrogen.cc#newcode6128 src/hydrogen.cc:6128: JSFunction* ctor = IC::GetBuiltinConstructor( On 2014/07/18 13:12:23, Toon Verwaest ...
6 years, 5 months ago (2014-07-18 13:47:52 UTC) #3
Jakob Kummerow
6 years, 5 months ago (2014-07-18 13:50:39 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r22483 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698