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

Issue 2349023002: Remove assumption from the heap verifier that objects occupy a narrow range of the address space. (Closed)

Created:
4 years, 3 months ago by rmacnak
Modified:
4 years, 3 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Remove assumption from the heap verifier that objects occupy a narrow range of the address space. Fixes #27373. R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/5ecc880ffcf1268aebabc772692aa0562b401043

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -130 lines) Patch
M runtime/vm/heap.h View 2 chunks +3 lines, -5 lines 0 comments Download
M runtime/vm/heap.cc View 1 chunk +14 lines, -31 lines 0 comments Download
M runtime/vm/object_set.h View 1 1 chunk +56 lines, -79 lines 2 comments Download
M runtime/vm/pages.h View 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/pages.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M runtime/vm/scavenger.h View 2 chunks +2 lines, -4 lines 0 comments Download
M runtime/vm/scavenger.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/verifier.cc View 1 2 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
rmacnak
4 years, 3 months ago (2016-09-16 22:13:58 UTC) #2
zra
lgtm w/ question. Thanks! https://codereview.chromium.org/2349023002/diff/40001/runtime/vm/object_set.h File runtime/vm/object_set.h (right): https://codereview.chromium.org/2349023002/diff/40001/runtime/vm/object_set.h#newcode64 runtime/vm/object_set.h:64: for (ObjectSetRegion* region = head_; ...
4 years, 3 months ago (2016-09-16 22:30:22 UTC) #3
rmacnak
https://codereview.chromium.org/2349023002/diff/40001/runtime/vm/object_set.h File runtime/vm/object_set.h (right): https://codereview.chromium.org/2349023002/diff/40001/runtime/vm/object_set.h#newcode64 runtime/vm/object_set.h:64: for (ObjectSetRegion* region = head_; On 2016/09/16 22:30:22, zra ...
4 years, 3 months ago (2016-09-16 22:39:50 UTC) #4
rmacnak
4 years, 3 months ago (2016-09-16 22:41:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
5ecc880ffcf1268aebabc772692aa0562b401043 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698