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

Issue 467693002: Old space cannot be assumed to be iterable between GCs, even if swept precisely. (Closed)

Created:
6 years, 4 months ago by Jakob Kummerow
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Old space cannot be assumed to be iterable between GCs, even if swept precisely. This is because allocation folding can cause uninitialized and hence uniterable fragments. Trying to inspect them causes SizeFromMap() crashes. R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23084

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -10 lines) Patch
M src/heap/mark-compact.cc View 1 chunk +5 lines, -10 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Jakob Kummerow
Thanks for your help tracking this one down!
6 years, 4 months ago (2014-08-12 15:15:26 UTC) #1
Hannes Payer (out of office)
lgtm
6 years, 4 months ago (2014-08-12 15:16:10 UTC) #2
Jakob Kummerow
6 years, 4 months ago (2014-08-12 15:29:10 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as 23084 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698