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

Issue 2928: Propagate the information that a monomorphic prototype failure has... (Closed)

Created:
12 years, 3 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

Propagate the information that a monomorphic prototype failure has occured. After a monomorphic prototype failure has been detected, other monomorphic inline caches for the same type will have a code object in the map's code cache which is not the current target. We recognize this case and use the code object that is in the cache instead of going megamorphic. Committed: http://code.google.com/p/v8/source/detail?r=331

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -137 lines) Patch
M src/ic.h View 11 chunks +12 lines, -14 lines 0 comments Download
M src/ic.cc View 33 chunks +108 lines, -97 lines 0 comments Download
M src/objects.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/objects.cc View 1 chunk +7 lines, -21 lines 0 comments Download
M src/objects-inl.h View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Mads Ager (chromium)
12 years, 3 months ago (2008-09-17 13:16:10 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698