Bug 172321 - Add FTL whitelist debugging option
Summary: Add FTL whitelist debugging option
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-18 15:38 PDT by Michael Saboff
Modified: 2017-05-18 16:11 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.64 KB, patch)
2017-05-18 15:40 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-18 15:38:05 PDT
We have whitelist options in JavaScriptCore to help debug issues.  The whitelist is a file of functions that should be compiled.  We have whitelist options for the baseline and DFG tiers.  It makes sense to add a whitelist option for the FTL.
Comment 1 Michael Saboff 2017-05-18 15:40:53 PDT
Created attachment 310563 [details]
Patch
Comment 2 WebKit Commit Bot 2017-05-18 16:11:33 PDT
Comment on attachment 310563 [details]
Patch

Clearing flags on attachment: 310563

Committed r217073: <http://trac.webkit.org/changeset/217073>
Comment 3 WebKit Commit Bot 2017-05-18 16:11:34 PDT
All reviewed patches have been landed.  Closing bug.