dart-sdk/runtime/include
Vyacheslav Egorov 021f933f69 VM: Make use_osr an Isolate flag, similar to how we made use_field_guards.
In Debug mode we have assertions checking that we don't attempt OSR when
FLAG_use_osr is disabled - however app-jit snapshots are compiled with OSR
enabled and still contain countining and OSR attempting code, which causes
assertions to fail.

Refactor how getters for isolate flags are defined, consolidate all flags into
a single list.

Update test expectations and switch -c dartk configuration to use app-jit snapshot.

BUG=
R=rmacnak@google.com

Review-Url: https://codereview.chromium.org/2728163002 .
2017-03-03 19:02:23 +01:00
..
dart_api.h VM: Make use_osr an Isolate flag, similar to how we made use_field_guards. 2017-03-03 19:02:23 +01:00
dart_mirrors_api.h clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
dart_native_api.h VM: [Kernel] Revert changes to the native ports that introduced peers. 2017-01-31 10:30:15 +01:00
dart_tools_api.h clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00