DescriptionRelax assertion in StoreBuffer::FindPointersToNewSpaceInMapsRegion
Since r21232, maps are now a non-power-of-two size and thus don't fit
evenly into a page. No test case, as it is somewhat difficult to get
this condition to trigger. It is possible with this case, however:
var result;
(function() {
for (var i = 0; i < 1e7; i++) {
result = (function*() { yield 1; })();
result.foo = 1;
}
})();
R=hpayer@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=21744
Patch Set 1 #
Total comments: 1
Patch Set 2 : Added assertion on map_eng #Messages
Total messages: 8 (0 generated)
|