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

Issue 2160953002: Add a verification step which iterates over the heap and verifies that all canonical objects are co… (Closed)

Created:
4 years, 5 months ago by siva
Modified:
4 years, 5 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add a verification step which iterates over the heap and verifies that all canonical objects are consistent (i.e canonicalizing the object returns the object). Committed: https://github.com/dart-lang/sdk/commit/bd1895017b1e996b19f347684ec09ed2fb433996

Patch Set 1 #

Patch Set 2 : Fix bugs. #

Patch Set 3 : Address self review comments. #

Total comments: 2

Patch Set 4 : Address code review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -4 lines) Patch
M runtime/vm/isolate.cc View 1 2 3 3 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 8 chunks +43 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 7 chunks +98 lines, -3 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/verifier.h View 1 chunk +15 lines, -0 lines 0 comments Download
M runtime/vm/verifier.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
siva
4 years, 5 months ago (2016-07-19 15:46:31 UTC) #1
siva
4 years, 5 months ago (2016-07-22 22:56:21 UTC) #3
Cutch
LGTMwC https://codereview.chromium.org/2160953002/diff/40001/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/2160953002/diff/40001/runtime/vm/isolate.cc#newcode1500 runtime/vm/isolate.cc:1500: VerifyCanonicalVisitor check_canonical(thread); Should this be: #if defined(DEBUG) if ...
4 years, 5 months ago (2016-07-25 13:51:27 UTC) #4
siva
https://codereview.chromium.org/2160953002/diff/40001/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/2160953002/diff/40001/runtime/vm/isolate.cc#newcode1500 runtime/vm/isolate.cc:1500: VerifyCanonicalVisitor check_canonical(thread); On 2016/07/25 13:51:26, Cutch wrote: > Should ...
4 years, 5 months ago (2016-07-25 21:00:27 UTC) #5
siva
4 years, 5 months ago (2016-07-25 21:35:17 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
bd1895017b1e996b19f347684ec09ed2fb433996 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698