Backed out 3 changesets (bug 1756003) for causing multiple thread sanitizer failures. CLOSED TREE

Backed out changeset cf1af3ce0798 (bug 1756003)
Backed out changeset 672e8694ef7d (bug 1756003)
Backed out changeset 3b6f96fb26fa (bug 1756003)
This commit is contained in:
Iulian Moraru
2022-05-14 04:00:29 +03:00
parent 5815da5816
commit 6e8e12c880
14 changed files with 54 additions and 328 deletions

View File

@@ -1693,7 +1693,6 @@ nsresult ScriptLoader::AttemptAsyncScriptCompile(ScriptLoadRequest* aRequest,
TRACE_FOR_TEST(aRequest->GetScriptLoadContext()->GetScriptElement(),
"delazification_on_demand_only");
break;
case JS::DelazificationOption::CheckConcurrentWithOnDemand:
case JS::DelazificationOption::ConcurrentDepthFirst:
TRACE_FOR_TEST(aRequest->GetScriptLoadContext()->GetScriptElement(),
"delazification_concurrent_depth_first");