未验证 提交 45ebf1d4 编写于 作者: A Alexander Aprelev 提交者: GitHub

Disable kernel-based expression evaluation. (#5290)

This should be reverted once dartbug.com/33087 is fixed.
上级 0167f9f9
...@@ -60,6 +60,7 @@ namespace blink { ...@@ -60,6 +60,7 @@ namespace blink {
static const char* kDartLanguageArgs[] = { static const char* kDartLanguageArgs[] = {
"--enable_mirrors=false", "--background_compilation", "--await_is_keyword", "--enable_mirrors=false", "--background_compilation", "--await_is_keyword",
"--causal_async_stacks", "--limit-ints-to-64-bits", "--causal_async_stacks", "--limit-ints-to-64-bits",
"--enable_kernel_expression_compilation=false" // TODO(dartbug.com/33087)
}; };
static const char* kDartPrecompilationArgs[] = { static const char* kDartPrecompilationArgs[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册