http://codereview.chromium.org/7058009/diff/3001/src/spaces.cc
File src/spaces.cc (right):

http://codereview.chromium.org/7058009/diff/3001/src/spaces.cc#newcode949
src/spaces.cc:949: (1 << MemoryChunk::SCAN_ON_SCAVENGE);
On 2011/05/24 10:54:57, Lasse Reichstein wrote:
Vyacheslav, is this the correct flags to move? Or more or less?

I think POINTERS_FROM_HERE_ARE_INTERESTING
POINTERS_TO_HERE_ARE_INTERESTING, SCAN_ON_SCAVENGE should be enough.
Other flags should not be set on a new space page.

I recommend moving this mask to the spaces.h where flags enum is defined
so we'll keep it up to date when we add more flags.

http://codereview.chromium.org/7058009/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to