未验证 提交 34880510 编写于 作者: K Kirill Nikolaev 提交者: GitHub

Add --lazy_async_stacks to the set of whitelisted VM flags. (#15602)

This flags was added in https://github.com/dart-lang/sdk/commit/d5dbf106726071a8c5be9b88c53d47b9485bc73c.
上级 a48ac35f
......@@ -42,6 +42,7 @@ struct SwitchDesc {
// clang-format off
static const std::string gDartFlagsWhitelist[] = {
"--no-causal_async_stacks",
"--lazy_async_stacks",
};
// clang-format on
......@@ -56,6 +57,7 @@ static const std::string gDartFlagsWhitelist[] = {
"--write-service-info",
"--sample-buffer-duration",
"--no-causal_async_stacks",
"--lazy_async_stacks",
"--trace-reload",
"--trace-reload-verbose",
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册