Bug 163686

Summary: Baseline JIT should use AutomaticThread
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, commit-queue, dbates, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch ggaren: review+

Description Filip Pizlo 2016-10-19 13:01:28 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2016-10-19 13:21:21 PDT
Created attachment 292106 [details]
the patch
Comment 2 Geoffrey Garen 2016-10-19 13:27:33 PDT
Comment on attachment 292106 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=292106&action=review

r=me

> Source/JavaScriptCore/jit/JITWorklist.h:75
> +    RefPtr<AutomaticThreadCondition> m_condition; // We use One True Condition for everything because that's easier.

...and we only have one client.
Comment 3 Filip Pizlo 2016-10-19 13:40:19 PDT
Landed in https://trac.webkit.org/changeset/207566