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

Issue 2651263002: Add debug step check before break and continue (Closed)

Created:
3 years, 11 months ago by hausner
Modified:
3 years, 11 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add debug step check before break and continue This allows debuggers to set a breakpoint in a line that contains a break or continue statement. When running dart2js on a small program, this adds around 900 DebugStepCheck runtime calls. I’m not sure the price is worth paying. BUG=#28473 R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/cc8139350d1afa0410dd75a27f685877e106cf03

Patch Set 1 #

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

Messages

Total messages: 8 (3 generated)
hausner
3 years, 11 months ago (2017-01-25 20:31:15 UTC) #3
siva
Does have a noticeable effect on the performance of dart2js
3 years, 11 months ago (2017-01-26 17:07:59 UTC) #4
hausner
There is no measurable runtime regression. The main overhead is the additional code that is ...
3 years, 11 months ago (2017-01-26 18:19:54 UTC) #5
siva
lgtm
3 years, 11 months ago (2017-01-26 21:32:46 UTC) #6
hausner
3 years, 11 months ago (2017-01-26 21:49:43 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
cc8139350d1afa0410dd75a27f685877e106cf03 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698