Skip to content

Commit

Permalink
Disable kernel-based expression evaluation. (flutter#5290)
Browse files Browse the repository at this point in the history
This should be reverted once dartbug.com/33087 is fixed.
  • Loading branch information
aam authored May 17, 2018
1 parent 0167f9f commit 45ebf1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/dart_vm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ namespace blink {
static const char* kDartLanguageArgs[] = {
"--enable_mirrors=false", "--background_compilation", "--await_is_keyword",
"--causal_async_stacks", "--limit-ints-to-64-bits",
"--enable_kernel_expression_compilation=false" // TODO(dartbug.com/33087)
};

static const char* kDartPrecompilationArgs[] = {
Expand Down

0 comments on commit 45ebf1d

Please sign in to comment.