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

Issue 11451038: Fix candidate eviction in code flusher. (Closed)

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

Description

Fix candidate eviction in code flusher. This fixes a corner case where a code flushing candidate was evicted from the candidate list without being revisited by the incremental marker. An explicit write-barrier makes sure it gets revisited. R=ulan@chromium.org BUG=chromium:159140 TEST=cctest/test-heap/Regress159140 Committed: http://code.google.com/p/v8/source/detail?r=13153

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -0 lines) Patch
M src/mark-compact.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years ago (2012-12-06 16:04:48 UTC) #1
ulan_google
8 years ago (2012-12-06 16:12:47 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698