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

Issue 2997403002: Disable --deoptimize-every/--stacktrace-every in kernel isolate (Closed)

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

Description

[VM] Disable --deoptimize-every/--stacktrace-every in kernel isolate Since the kernel isolate is just an auxiliary service, it makes little sense that it "inherit" these flag (similarly --checked is not "inherited" by kernel isolate) Fixes https://github.com/dart-lang/sdk/issues/28788 Fixes https://github.com/dart-lang/sdk/issues/28933 R=vegorov@google.com Committed: https://github.com/dart-lang/sdk/commit/055dbbfd68235965c35e1101771ff24f53761f77

Patch Set 1 #

Patch Set 2 : #ifdef around precompiled runtime #

Total comments: 5

Patch Set 3 : exclude service isolate as well #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -16 lines) Patch
M runtime/vm/flow_graph_compiler.cc View 1 2 3 chunks +13 lines, -1 line 0 comments Download
M runtime/vm/runtime_entry.cc View 1 2 2 chunks +23 lines, -12 lines 0 comments Download
M tests/language/language_kernel.status View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
kustermann
3 years, 4 months ago (2017-08-23 10:57:21 UTC) #4
kustermann
https://codereview.chromium.org/2997403002/diff/20001/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/2997403002/diff/20001/runtime/vm/flow_graph_compiler.cc#newcode305 runtime/vm/flow_graph_compiler.cc:305: #if defined(DART_PRECOMPILED_RUNTIME) Does someone know why the other FlowGraphCompiler ...
3 years, 4 months ago (2017-08-23 11:22:15 UTC) #6
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/2997403002/diff/20001/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/2997403002/diff/20001/runtime/vm/flow_graph_compiler.cc#newcode305 runtime/vm/flow_graph_compiler.cc:305: #if defined(DART_PRECOMPILED_RUNTIME) On 2017/08/23 11:22:15, kustermann wrote: > ...
3 years, 4 months ago (2017-08-23 18:41:25 UTC) #7
kustermann
https://codereview.chromium.org/2997403002/diff/20001/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/2997403002/diff/20001/runtime/vm/flow_graph_compiler.cc#newcode305 runtime/vm/flow_graph_compiler.cc:305: #if defined(DART_PRECOMPILED_RUNTIME) On 2017/08/23 18:41:25, Vyacheslav Egorov (Google) wrote: ...
3 years, 4 months ago (2017-08-24 09:15:02 UTC) #9
kustermann
3 years, 4 months ago (2017-08-24 09:15:23 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:60001) manually as
055dbbfd68235965c35e1101771ff24f53761f77 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698