Bug 171887

Summary: Cap the number of FTL compilation threads on iOS to 2
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, fpizlo, keith_miller, mark.lam, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Michael Saboff
Reported 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>
Attachments
Patch (2.16 KB, patch)
2017-05-09 15:01 PDT, Michael Saboff
no flags
Michael Saboff
Comment 1 2017-05-09 15:01:59 PDT
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2017-05-09 15:38:46 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.