mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #29088 from slavapestov/request-eval-perf-hack
Fix some low-hanging request evaluator performance fruit
This commit is contained in:
@@ -396,6 +396,9 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
if (Args.getLastArg(OPT_debug_cycles))
|
||||
Opts.DebugDumpCycles = true;
|
||||
|
||||
if (Args.getLastArg(OPT_build_request_dependency_graph))
|
||||
Opts.BuildRequestDependencyGraph = true;
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_output_request_graphviz)) {
|
||||
Opts.RequestEvaluatorGraphVizPath = A->getValue();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user