Bug 171887 - Cap the number of FTL compilation threads on iOS to 2
Summary: Cap the number of FTL compilation threads on iOS to 2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-05-09 14:49 PDT by Michael Saboff
Modified: 2017-05-09 15:38 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.16 KB, patch)
2017-05-09 15:01 PDT, Michael Saboff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2017-05-09 14:49:55 PDT
The JSC options numberOfFTLCompilerThreads is the number of FTL compilation threads that can be created.  The current maximum is 8.  We should use 2 for iOS as it makes no sense to have 8.

<rdar://problem/32085482>
Comment 1 Michael Saboff 2017-05-09 15:01:59 PDT
Created attachment 309548 [details]
Patch
Comment 2 WebKit Commit Bot 2017-05-09 15:38:45 PDT
Comment on attachment 309548 [details]
Patch

Clearing flags on attachment: 309548

Committed r216551: <http://trac.webkit.org/changeset/216551>
Comment 3 WebKit Commit Bot 2017-05-09 15:38:46 PDT
All reviewed patches have been landed.  Closing bug.