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

Issue 10963005: Fix missing slot recodring during clearing of CallICs. (Closed)

Created:
8 years, 3 months ago by Michael Starzinger
Modified:
8 years, 3 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Fix missing slot recodring during clearing of CallICs. This fixes a rare corner case that was caused by missing recording of relocation slots when the uninitialized CallIC stub happenes to land on an evacuation candidate and the IC is cleared via the shared function. R=ulan@chromium.org BUG=chromium:144230 TEST=cctest/test-heap/Regression144230 Committed: https://code.google.com/p/v8/source/detail?r=12563

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -2 lines) Patch
M src/ic-inl.h View 2 chunks +10 lines, -2 lines 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +61 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years, 3 months ago (2012-09-20 09:52:08 UTC) #1
ulan
8 years, 3 months ago (2012-09-20 10:09:39 UTC) #2
Awesome, LGTM! Thanks for fixing it :)

Powered by Google App Engine
This is Rietveld 408576698