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

Issue 8342037: Switch UnreachableObjectsFilter to use Marking instead of InstrusiveMarking. (Closed)

Created:
9 years, 2 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

Switch UnreachableObjectsFilter to use Marking instead of InstrusiveMarking. GcSafeFindCodeForInnerPointer does not work with intrusive marking now and it is used when roots are iterated. R=erik.corry@gmail.com Committed: http://code.google.com/p/v8/source/detail?r=9721

Patch Set 1 #

Total comments: 4

Patch Set 2 : simplify #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -51 lines) Patch
M src/heap.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/heap.cc View 1 2 chunks +25 lines, -35 lines 0 comments Download
M src/liveobjectlist.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/mark-compact.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M src/mark-compact.cc View 1 4 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 2 months ago (2011-10-19 15:13:38 UTC) #1
Erik Corry
Should AreMarkBitsTainted be called AreLiveObjectByteCountsUnreliable? That is what the bit is used for. LGTM http://codereview.chromium.org/8342037/diff/1/src/heap.cc ...
9 years, 2 months ago (2011-10-19 17:56:06 UTC) #2
Vyacheslav Egorov (Chromium)
I have simplified it. PTAL
9 years, 2 months ago (2011-10-20 10:45:28 UTC) #3
Erik Corry
LGTM
9 years, 2 months ago (2011-10-20 11:02:47 UTC) #4
mnaganov (inactive)
9 years, 2 months ago (2011-10-20 17:40:31 UTC) #5
Thank you for fixing this! There was a bug:
http://code.google.com/p/v8/issues/detail?id=1728, I'm closing it.

Powered by Google App Engine
This is Rietveld 408576698