提交 a08e5ab2 编写于 作者: A Andy Gocke

Disable multicore jitting

We've seen crashes that appear to be involved with multicore JIT that
only started soon after multicore JIT was enabled for the compiler
(tracked in #23846). This change disables multicore JIT until we can fix
the root cause of the crashes.
上级 064ab389
......@@ -86,11 +86,6 @@ internal RunCompilationResult RunCompilation(IEnumerable<string> originalArgumen
return RunCompilationResult.Failed;
}
if (!TryEnableMulticoreJitting(out errorMessageOpt))
{
textWriter.WriteLine(errorMessageOpt);
}
if (hasShared)
{
sessionKeyOpt = sessionKeyOpt ?? GetSessionKey(buildPaths);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册