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

Issue 10310168: Implement map collection for incremental marking. (Closed)

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

Description

Implement map collection for incremental marking. This causes map transitions to be treated weakly during incremental marking and hence allows clearing of non-live transitions. The marking code is now shared between incremental and non-incremental mode. R=vegorov@chromium.org BUG=v8:1465 TEST=cctest/test-heap/Regress1465 Committed: https://code.google.com/p/v8/source/detail?r=11577

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -113 lines) Patch
M src/incremental-marking.h View 4 chunks +12 lines, -3 lines 0 comments Download
M src/incremental-marking.cc View 5 chunks +34 lines, -7 lines 0 comments Download
M src/incremental-marking-inl.h View 2 chunks +20 lines, -4 lines 0 comments Download
M src/mark-compact.h View 7 chunks +44 lines, -13 lines 0 comments Download
M src/mark-compact.cc View 8 chunks +79 lines, -75 lines 0 comments Download
M src/mark-compact-inl.h View 3 chunks +17 lines, -11 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +57 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Michael Starzinger
8 years, 7 months ago (2012-05-15 16:30:30 UTC) #1

Powered by Google App Engine
This is Rietveld 408576698