Bug 163686 - Baseline JIT should use AutomaticThread
Summary: Baseline JIT should use AutomaticThread
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-19 13:01 PDT by Filip Pizlo
Modified: 2016-10-19 13:40 PDT (History)
9 users (show)

See Also:


Attachments
the patch (10.04 KB, patch)
2016-10-19 13:21 PDT, Filip Pizlo
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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