DescriptionFix LargeObjectSpace::Contains to check if addr is in new space.
Otherwise page header check is not quite robust: if there is a smi
at the same offset as Page::is_normal_page field, wrong result would
be returned.
That shouldn't be the problem for paged spaces as objects in those
pages do not span page boundaries and thus cannot mess with ::is_normal_page field.
Committed: http://code.google.com/p/v8/source/detail?r=4270
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|