DescriptionFix calculation of live-bytes in pages.
The "live bytes" count is *really* a "marked black" count - i.e., the count of bytes *known* to be live.
Fix aggravating bug on X64 where assembler code used a value that was off
by a factor of 2^31.
Ensure that sweeping clears live-bytes. Added other missing increments.
Added print statements to trace live-byte modifications, under a flag.
Still a few cases of undercounting left.
(New issue to merge from GC branch to bleeding_edge)
Committed: http://code.google.com/p/v8/source/detail?r=9338
Patch Set 1 #Patch Set 2 : Updated test expectations. More passes, but not all. #
Created: 9 years, 3 months ago
Messages
Total messages: 2 (0 generated)
|