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

Issue 1737693003: - Remove Isolate::Flags structure and store flags directly in isolate. (Closed)

Created:
4 years, 10 months ago by Ivan Posva
Modified:
4 years, 10 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

- Remove Isolate::Flags structure and store flags directly in isolate. - Make enable_asserts, enable_type_checks, error_on_bad_override and error_on_bad_type release mode flags only. BUG= R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/8d18298fed7403c48196acddc480350a6de6eeee

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -172 lines) Patch
M runtime/lib/isolate.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M runtime/lib/object.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/tools/create_snapshot_bin.py View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/aot_optimizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/ast.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/code_generator.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/compiler_test.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/dart.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/flag_list.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 12 chunks +12 lines, -12 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/isolate.h View 1 6 chunks +27 lines, -39 lines 0 comments Download
M runtime/vm/isolate.cc View 9 chunks +23 lines, -38 lines 0 comments Download
M runtime/vm/jit_optimizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.cc View 9 chunks +10 lines, -10 lines 0 comments Download
M runtime/vm/parser.cc View 13 chunks +13 lines, -13 lines 0 comments Download
M runtime/vm/service_isolate.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/snapshot_test.cc View 3 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Ivan Posva
4 years, 10 months ago (2016-02-26 01:07:42 UTC) #2
Florian Schneider
lgtm https://codereview.chromium.org/1737693003/diff/1/runtime/vm/flag_list.h File runtime/vm/flag_list.h (right): https://codereview.chromium.org/1737693003/diff/1/runtime/vm/flag_list.h#newcode58 runtime/vm/flag_list.h:58: R(enable_type_checks, false, bool, false, \ Move up to ...
4 years, 10 months ago (2016-02-26 01:52:09 UTC) #3
Ivan Posva
https://codereview.chromium.org/1737693003/diff/1/runtime/vm/flag_list.h File runtime/vm/flag_list.h (right): https://codereview.chromium.org/1737693003/diff/1/runtime/vm/flag_list.h#newcode58 runtime/vm/flag_list.h:58: R(enable_type_checks, false, bool, false, \ On 2016/02/26 01:52:09, Florian ...
4 years, 10 months ago (2016-02-26 02:05:36 UTC) #4
Ivan Posva
4 years, 10 months ago (2016-02-26 02:07:02 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
8d18298fed7403c48196acddc480350a6de6eeee (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698