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

Issue 172203002: When clearing filled call target caches we should go back to the

Created:
6 years, 10 months ago by kasperl
Modified:
6 years, 10 months ago
Reviewers:
mvstanton
CC:
v8-dev
Visibility:
Public.

Description

When clearing filled call target caches we should go back to the premonomorphic state -- not the uninitialized one.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -21 lines) Patch
M src/objects.h View 1 chunk +2 lines, -7 lines 0 comments Download
M src/objects.cc View 1 chunk +8 lines, -4 lines 0 comments Download
M src/objects-inl.h View 1 chunk +2 lines, -8 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
kasperl
6 years, 10 months ago (2014-02-19 10:40:48 UTC) #1
kasperl
6 years, 10 months ago (2014-02-19 10:41:47 UTC) #2
This doesn't seem to "solve" the performance issue on 3d-morph on ia32, but it
seems like the right thing to do and it's consistent with the way ICs are
cleared.

Powered by Google App Engine
This is Rietveld 408576698