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

Issue 2828383002: When collecting traces for native allocation, we depend on the architecture the native code is runn… (Closed)

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

Description

When collecting traces for native allocation, we depend on the architecture the native code is running, not the Dart code. R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/dca21921fb50fc43c30697d5e6c40048e59800c0

Patch Set 1 #

Patch Set 2 : . #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -20 lines) Patch
M runtime/vm/malloc_hooks_arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/malloc_hooks_arm64.cc View 1 chunk +2 lines, -6 lines 1 comment Download
M runtime/vm/malloc_hooks_ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/malloc_hooks_jemalloc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/malloc_hooks_mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/malloc_hooks_tcmalloc.cc View 3 chunks +4 lines, -4 lines 1 comment Download
M runtime/vm/malloc_hooks_unsupported.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/malloc_hooks_x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
rmacnak
https://codereview.chromium.org/2828383002/diff/20001/runtime/vm/malloc_hooks_tcmalloc.cc File runtime/vm/malloc_hooks_tcmalloc.cc (right): https://codereview.chromium.org/2828383002/diff/20001/runtime/vm/malloc_hooks_tcmalloc.cc#newcode141 runtime/vm/malloc_hooks_tcmalloc.cc:141: ASSERT((sample_ == NULL) || Profiler can fail if we ...
3 years, 8 months ago (2017-04-20 17:47:37 UTC) #2
zra
lgtm
3 years, 8 months ago (2017-04-20 18:09:18 UTC) #3
bkonyi
https://codereview.chromium.org/2828383002/diff/20001/runtime/vm/malloc_hooks_arm64.cc File runtime/vm/malloc_hooks_arm64.cc (left): https://codereview.chromium.org/2828383002/diff/20001/runtime/vm/malloc_hooks_arm64.cc#oldcode14 runtime/vm/malloc_hooks_arm64.cc:14: const intptr_t kSkipCount = 6; Is there any reason ...
3 years, 8 months ago (2017-04-20 18:10:30 UTC) #4
rmacnak
On 2017/04/20 18:10:30, bkonyi wrote: > https://codereview.chromium.org/2828383002/diff/20001/runtime/vm/malloc_hooks_arm64.cc > File runtime/vm/malloc_hooks_arm64.cc (left): > > https://codereview.chromium.org/2828383002/diff/20001/runtime/vm/malloc_hooks_arm64.cc#oldcode14 > ...
3 years, 8 months ago (2017-04-20 21:14:20 UTC) #5
bkonyi
On 2017/04/20 21:14:20, rmacnak wrote: > On 2017/04/20 18:10:30, bkonyi wrote: > > > https://codereview.chromium.org/2828383002/diff/20001/runtime/vm/malloc_hooks_arm64.cc ...
3 years, 8 months ago (2017-04-20 21:57:19 UTC) #6
rmacnak
3 years, 8 months ago (2017-04-21 20:34:57 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
dca21921fb50fc43c30697d5e6c40048e59800c0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698