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

Issue 183113005: Fix usage of heap_ (Closed)

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

Description

Fix usage of heap_ BUG= Committed: https://code.google.com/p/dart/source/detail?r=33124

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -7 lines) Patch
M runtime/vm/profiler.cc View 4 chunks +15 lines, -7 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Cutch
TBR
6 years, 9 months ago (2014-02-27 18:07:15 UTC) #1
Cutch
Committed patchset #1 manually as r33124 (presubmit successful).
6 years, 9 months ago (2014-02-27 18:07:25 UTC) #2
siva
6 years, 9 months ago (2014-02-27 18:30:48 UTC) #3
Message was sent while issue was closed.
https://codereview.chromium.org/183113005/diff/1/runtime/vm/profiler.cc
File runtime/vm/profiler.cc (right):

https://codereview.chromium.org/183113005/diff/1/runtime/vm/profiler.cc#newco...
runtime/vm/profiler.cc:892: #if defined(DEBUG_STACK_WALK)
I missed this in the last round, normally we don't do #defines like
this, I thought it was under #if defined(DEBUG) didn't realize
it was a different symbol.

Another question why does heap have to be an instance variable of
ProfilerSampleStackWalker why not just set a local variable
in walk and pass it down as an argument to VerifyCodeAddress.

Powered by Google App Engine
This is Rietveld 408576698