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

Issue 11366136: Fix disabling of code flusher while marking. (Closed)

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

Description

Fix disabling of code flusher while marking. This fixes a corner case when the code flusher is disabled while incremental marking is running. The list of candidates needs to be evicted to prevent list fragments without a head floating around. R=ulan@chromium.org BUG=chromium:159140 Committed: https://code.google.com/p/v8/source/detail?r=12894

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -0 lines) Patch
M src/mark-compact.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 2 chunks +29 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +59 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years, 1 month ago (2012-11-07 19:00:41 UTC) #1
ulan
8 years, 1 month ago (2012-11-08 09:08:46 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698