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

Issue 291913002: Relax assertion in StoreBuffer::FindPointersToNewSpaceInMapsRegion (Closed)

Created:
6 years, 7 months ago by wingo
Modified:
6 years, 6 months ago
CC:
v8-dev, Michael Starzinger
Visibility:
Public.

Description

Relax 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/store-buffer.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
wingo
6 years, 7 months ago (2014-05-19 15:01:48 UTC) #1
Hannes Payer (out of office)
Please also add the regression test. https://codereview.chromium.org/291913002/diff/1/src/store-buffer.cc File src/store-buffer.cc (left): https://codereview.chromium.org/291913002/diff/1/src/store-buffer.cc#oldcode451 src/store-buffer.cc:451: ASSERT(map_aligned_end == end); ...
6 years, 7 months ago (2014-05-20 05:49:49 UTC) #2
Jakob Kummerow
On 2014/05/20 05:49:49, Hannes Payer wrote: > Please also add the regression test. Please don't. ...
6 years, 7 months ago (2014-05-20 07:30:23 UTC) #3
Michael Starzinger
+1 on Jakob's comment. I don't think regression tests that rely on (long) running loopw ...
6 years, 7 months ago (2014-05-20 08:03:59 UTC) #4
Hannes Payer (out of office)
On 2014/05/20 08:03:59, Michael Starzinger wrote: > +1 on Jakob's comment. I don't think regression ...
6 years, 7 months ago (2014-05-20 08:09:25 UTC) #5
wingo
On 2014/05/20 05:49:49, Hannes Payer wrote: > https://codereview.chromium.org/291913002/diff/1/src/store-buffer.cc#oldcode451 > src/store-buffer.cc:451: ASSERT(map_aligned_end == end); > can ...
6 years, 6 months ago (2014-06-10 12:28:11 UTC) #6
Hannes Payer (out of office)
LGTM
6 years, 6 months ago (2014-06-10 12:37:17 UTC) #7
Hannes Payer (out of office)
6 years, 6 months ago (2014-06-10 12:49:21 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 manually as r21744 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698