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

Issue 9705102: When transitioning to megamorphic case place monomorphic stubs into stub cache. (Closed)

Created:
8 years, 9 months ago by Vyacheslav Egorov (Chromium)
Modified:
8 years, 9 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

When transitioning LoadIC to megamorphic case place monomorphic stubs into stub cache. Otherwise if function is optimized immediately after transition type oracle will be unable to gather enough maps from stub cache and graph builder will emit HLoadNamedGeneric instead of HLoadNamedPolymorphic. R=fschneider@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=11085

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
8 years, 9 months ago (2012-03-16 13:04:31 UTC) #1
fschneider
8 years, 9 months ago (2012-03-19 08:35:39 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698