Bug 196652 - B3 peephole optimizer should have an option to log which optimizations it perform
Summary: B3 peephole optimizer should have an option to log which optimizations it per...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Robin Morisset
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-05 11:16 PDT by Robin Morisset
Modified: 2019-04-05 11:16 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Morisset 2019-04-05 11:16:20 PDT
This would be helpful to find out optimizations that never trigger due to an error in their condition.
For example, it would have caught the bug that reopened https://bugs.webkit.org/show_bug.cgi?id=196325
Secondarily it would also help find which benchmark to focus on when trying to evaluate the impact of any of these optimizations.