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

Issue 110883016: - Allow to pre-filter before calling the FindObjectVisitor. (Closed)

Created:
6 years, 11 months ago by Ivan Posva
Modified:
6 years, 11 months ago
Reviewers:
Cutch, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Allow to pre-filter before calling the FindObjectVisitor. R=asiva@google.com, johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=31408

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -9 lines) Patch
M runtime/vm/object.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/pages.cc View 1 1 chunk +10 lines, -6 lines 0 comments Download
M runtime/vm/visitor.h View 1 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Ivan Posva
6 years, 11 months ago (2013-12-30 21:50:26 UTC) #1
Cutch
lgtm after fixing the next_obj_addr issue.
6 years, 11 months ago (2013-12-30 22:03:55 UTC) #2
siva
LGTM with one comment https://codereview.chromium.org/110883016/diff/1/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/110883016/diff/1/runtime/vm/pages.cc#newcode89 runtime/vm/pages.cc:89: ((filter_addr >= obj_addr) && (filter_addr ...
6 years, 11 months ago (2013-12-30 22:15:12 UTC) #3
Ivan Posva
https://codereview.chromium.org/110883016/diff/1/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/110883016/diff/1/runtime/vm/pages.cc#newcode89 runtime/vm/pages.cc:89: ((filter_addr >= obj_addr) && (filter_addr < end_addr))) { Redone ...
6 years, 11 months ago (2013-12-31 00:26:58 UTC) #4
Ivan Posva
6 years, 11 months ago (2013-12-31 00:27:20 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r31408 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698