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

Issue 2388343002: Don't remove any entries from the pending deopts table before a throw. (Closed)

Created:
4 years, 2 months ago by rmacnak
Modified:
4 years, 2 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Don't remove any entries from the pending deopts table before a throw. The profiler may attempt a stack walk between removing these entries and the stack being unwound. These entries will instead be removed during DeoptimizeCopyFrame. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/9dda00c8b010d529151a90a62a6c29a896c3aba6

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -7 lines) Patch
M runtime/vm/exceptions.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M runtime/vm/stack_frame.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (4 generated)
rmacnak
runtime/vm/stack_frame.h: 126: error: unreachable code Dumping native stack trace for thread 38fe [0x00000000008b9c1d] dart::Profiler::DumpStackTrace(bool) [0x00000000008b9c1d] ...
4 years, 2 months ago (2016-10-03 23:44:11 UTC) #2
Florian Schneider
Lgtm
4 years, 2 months ago (2016-10-03 23:48:21 UTC) #3
rmacnak
4 years, 2 months ago (2016-10-03 23:52:10 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
9dda00c8b010d529151a90a62a6c29a896c3aba6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698