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

Issue 12408015: Disable stack context when its frame is for optimized code. (Closed)

Created:
7 years, 9 months ago by Tom Ball
Modified:
7 years, 9 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Disable stack context when its frame is for optimized code. Committed: https://code.google.com/p/dart/source/detail?r=19894

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 2

Patch Set 3 : Replaced redundant test with assertion #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -10 lines) Patch
M runtime/vm/debugger.cc View 1 2 5 chunks +17 lines, -10 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Tom Ball
I hope this is the fix you recommended this morning.
7 years, 9 months ago (2013-03-11 22:46:05 UTC) #1
Ivan Posva
https://codereview.chromium.org/12408015/diff/1/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/12408015/diff/1/runtime/vm/debugger.cc#newcode895 runtime/vm/debugger.cc:895: } What I am concerned about is this scenario: ...
7 years, 9 months ago (2013-03-12 16:31:25 UTC) #2
Tom Ball
I added a flag CollectStackTrace as you suggested.
7 years, 9 months ago (2013-03-12 20:29:27 UTC) #3
Ivan Posva
LGTM -ip https://codereview.chromium.org/12408015/diff/5001/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/12408015/diff/5001/runtime/vm/debugger.cc#newcode308 runtime/vm/debugger.cc:308: if (code_.is_optimized()) { I think we can ...
7 years, 9 months ago (2013-03-12 20:36:25 UTC) #4
Tom Ball
https://codereview.chromium.org/12408015/diff/5001/runtime/vm/debugger.cc File runtime/vm/debugger.cc (right): https://codereview.chromium.org/12408015/diff/5001/runtime/vm/debugger.cc#newcode308 runtime/vm/debugger.cc:308: if (code_.is_optimized()) { On 2013/03/12 20:36:25, Ivan Posva wrote: ...
7 years, 9 months ago (2013-03-12 20:41:45 UTC) #5
Tom Ball
7 years, 9 months ago (2013-03-12 20:42:41 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r19894 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698