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

Issue 64173005: Deoptimize closure functions in DeoptimizeWorld. This was causing (Closed)

Created:
7 years, 1 month ago by turnidge
Modified:
7 years, 1 month ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Deoptimize closure functions in DeoptimizeWorld. This was causing some breakpoints to be skipped when set in optimized closure functions. Update implicit_closure_function() to always return null for factories. Factories use the shared data_ field for another purpose. This fixes an assertion failure when HasImplicitClosureFunciton is called for a factory. Add a TODO for an assertion failure in Class::Name which is not in the scope of this change. (patched from an earlier review) Committed: https://code.google.com/p/dart/source/detail?r=30063

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -7 lines) Patch
M runtime/vm/debugger.cc View 1 chunk +31 lines, -6 lines 0 comments Download
M runtime/vm/object.cc View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
turnidge
Hi Matthias, This is the same change, patched into a new client. Will submit TBR. ...
7 years, 1 month ago (2013-11-07 18:50:11 UTC) #1
turnidge
Committed patchset #1 manually as r30063 (presubmit successful).
7 years, 1 month ago (2013-11-07 18:53:32 UTC) #2
hausner
7 years, 1 month ago (2013-11-07 19:35:02 UTC) #3
Message was sent while issue was closed.
still LGTM

Powered by Google App Engine
This is Rietveld 408576698