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

Issue 10823082: Make incremental marking clear type feedback cells. (Closed)

Created:
8 years, 4 months ago by Michael Starzinger
Modified:
8 years, 4 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Make incremental marking clear type feedback cells. This extends the existing clearing of type feedback cells during GC to incremental marking in order to prevent cross-context retention that would last until the next non-incremental GC. R=erik.corry@gmail.com TEST=cctest/test-heap/IncrementalMarkingClearsTypeFeedbackCells Committed: https://code.google.com/p/v8/source/detail?r=12245

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -15 lines) Patch
M src/incremental-marking.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/mark-compact.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/objects-visiting.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-visiting-inl.h View 1 chunk +12 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years, 4 months ago (2012-07-31 07:57:23 UTC) #1
Erik Corry
8 years, 4 months ago (2012-07-31 10:13:04 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698