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

Issue 2656903004: Fixed issue where initial 1KB zone buffer was not being accounted for when tracking thread zone mem… (Closed)

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

Description

Fixed issue where initial 1KB zone buffer was not being accounted for when tracking thread zone memory usage. 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 Review-Url: https://codereview.chromium.org/2651263002 .

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -2 lines) Patch
runtime/vm/flow_graph_builder.cc View 1 chunk +5 lines, -0 lines 0 comments Download
runtime/vm/thread.cc View 2 chunks +13 lines, -2 lines 0 comments Download
runtime/vm/zone.cc View 2 chunks +8 lines, -0 lines 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698