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

Issue 1127523004: Add flag --support_debugger, controls emitting single stepping checks. Disable in --noopt, 6% gain. (Closed)

Created:
5 years, 7 months ago by srdjan
Modified:
5 years, 7 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add flag --support_debugger, controls emitting single stepping checks. Disable in --noopt, 6% gain. R=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=45641

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -202 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 2 4 chunks +20 lines, -14 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 3 7 chunks +48 lines, -36 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 3 7 chunks +51 lines, -38 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 2 3 7 chunks +48 lines, -36 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 3 7 chunks +57 lines, -44 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 2 3 7 chunks +47 lines, -34 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
srdjan
5 years, 7 months ago (2015-05-05 15:17:44 UTC) #2
hausner
DBC https://codereview.chromium.org/1127523004/diff/1/runtime/vm/flow_graph_builder.cc File runtime/vm/flow_graph_builder.cc (right): https://codereview.chromium.org/1127523004/diff/1/runtime/vm/flow_graph_builder.cc#newcode38 runtime/vm/flow_graph_builder.cc:38: DEFINE_FLAG(bool, support_debugger, true, "Emit code needed for debugging"); ...
5 years, 7 months ago (2015-05-05 15:59:15 UTC) #4
Florian Schneider
The single-step checks in the stub code should also be controlled by this flag. This ...
5 years, 7 months ago (2015-05-05 16:16:05 UTC) #5
srdjan
On 2015/05/05 16:16:05, Florian Schneider wrote: > The single-step checks in the stub code should ...
5 years, 7 months ago (2015-05-06 21:02:48 UTC) #6
srdjan
https://codereview.chromium.org/1127523004/diff/1/runtime/vm/flow_graph_builder.cc File runtime/vm/flow_graph_builder.cc (right): https://codereview.chromium.org/1127523004/diff/1/runtime/vm/flow_graph_builder.cc#newcode38 runtime/vm/flow_graph_builder.cc:38: DEFINE_FLAG(bool, support_debugger, true, "Emit code needed for debugging"); On ...
5 years, 7 months ago (2015-05-06 21:02:54 UTC) #7
srdjan
PTAL
5 years, 7 months ago (2015-05-08 08:50:19 UTC) #8
Florian Schneider
lgtm
5 years, 7 months ago (2015-05-08 10:05:09 UTC) #9
srdjan
5 years, 7 months ago (2015-05-08 10:33:31 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:70001) manually as r45641 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698