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

Issue 2929203002: [Fuchsia] Give VMOs names (Closed)

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

Description

[Fuchsia] Give VMOs names This CL assigns names to vmos formatted as "isolate space type" where isolate is the name of the isolate, space is "oldspace" or "newspace", and type is "code" or "data". R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/1393e84863a7a2e9604c26793063773eed838fa1

Patch Set 1 #

Total comments: 2

Patch Set 2 : Ignore name set failure. Properly select old space #

Total comments: 4

Patch Set 3 : Fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -37 lines) Patch
M runtime/vm/freelist_test.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/heap.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/heap.cc View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/pages.h View 1 chunk +6 lines, -2 lines 0 comments Download
M runtime/vm/pages.cc View 1 2 4 chunks +21 lines, -9 lines 0 comments Download
M runtime/vm/scavenger.h View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/scavenger.cc View 1 2 4 chunks +13 lines, -4 lines 0 comments Download
M runtime/vm/virtual_memory.h View 2 chunks +9 lines, -5 lines 0 comments Download
M runtime/vm/virtual_memory_android.cc View 1 chunk +4 lines, -1 line 0 comments Download
M runtime/vm/virtual_memory_fuchsia.cc View 1 2 2 chunks +8 lines, -1 line 0 comments Download
M runtime/vm/virtual_memory_linux.cc View 1 chunk +4 lines, -1 line 0 comments Download
M runtime/vm/virtual_memory_macos.cc View 1 chunk +4 lines, -1 line 0 comments Download
M runtime/vm/virtual_memory_test.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/virtual_memory_win.cc View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
zra
3 years, 6 months ago (2017-06-09 19:19:49 UTC) #3
abarth
https://codereview.chromium.org/2929203002/diff/1/runtime/vm/virtual_memory_fuchsia.cc File runtime/vm/virtual_memory_fuchsia.cc (right): https://codereview.chromium.org/2929203002/diff/1/runtime/vm/virtual_memory_fuchsia.cc#newcode220 runtime/vm/virtual_memory_fuchsia.cc:220: if (status != NO_ERROR) { The pattern we've been ...
3 years, 6 months ago (2017-06-09 19:46:41 UTC) #5
abarth
Thanks for doing this!
3 years, 6 months ago (2017-06-09 19:46:58 UTC) #6
zra
https://codereview.chromium.org/2929203002/diff/1/runtime/vm/virtual_memory_fuchsia.cc File runtime/vm/virtual_memory_fuchsia.cc (right): https://codereview.chromium.org/2929203002/diff/1/runtime/vm/virtual_memory_fuchsia.cc#newcode220 runtime/vm/virtual_memory_fuchsia.cc:220: if (status != NO_ERROR) { On 2017/06/09 19:46:40, abarth ...
3 years, 6 months ago (2017-06-09 20:10:22 UTC) #7
siva
LGTM with one comment. https://codereview.chromium.org/2929203002/diff/20001/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/2929203002/diff/20001/runtime/vm/pages.cc#newcode64 runtime/vm/pages.cc:64: bool is_executable = (type == ...
3 years, 6 months ago (2017-06-09 21:25:46 UTC) #8
zra
https://codereview.chromium.org/2929203002/diff/20001/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/2929203002/diff/20001/runtime/vm/pages.cc#newcode64 runtime/vm/pages.cc:64: bool is_executable = (type == kExecutable); On 2017/06/09 21:25:46, ...
3 years, 6 months ago (2017-06-09 21:47:36 UTC) #9
zra
3 years, 6 months ago (2017-06-09 22:33:23 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
1393e84863a7a2e9604c26793063773eed838fa1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698