RESOLVED FIXED 171887
Cap the number of FTL compilation threads on iOS to 2
https://bugs.webkit.org/show_bug.cgi?id=171887
Summary Cap the number of FTL compilation threads on iOS to 2
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.