-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf(es/minifier): Improve arrow function inlining cost analysis #10093
base: kdy1/minifier-cost-fix
Are you sure you want to change the base?
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
4ceb761
to
b6881ce
Compare
f5e2d40
to
80298d5
Compare
b6881ce
to
32e7dd9
Compare
847a04f
to
9d77a6b
Compare
2c63872
to
9aded2c
Compare
9d77a6b
to
6d70e81
Compare
5932a32
to
b115686
Compare
6d70e81
to
11e9e5c
Compare
CodSpeed Performance ReportMerging #10093 will degrade performances by 8.78%Comparing Summary
Benchmarks breakdown
|
Description:
This PR fixes the cost analysis of arrow functions by making it use
Option<u8>
instead ofbool
.