-
-
Notifications
You must be signed in to change notification settings - Fork 720
feat(minifier): only apply arguments copy loop transformation in strict mode
#13951
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
feat(minifier): only apply arguments copy loop transformation in strict mode
#13951
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Instrumentation Performance ReportMerging #13951 will not alter performanceComparing Summary
Footnotes |
231f982 to
850b0eb
Compare
cbca182 to
b4889d5
Compare
850b0eb to
8f83a58
Compare
b4889d5 to
b149a97
Compare
8f83a58 to
4817021
Compare
b149a97 to
273bb21
Compare
273bb21 to
91d71ff
Compare
Merge activity
|
…rict mode (#13951) Made the arguments copy loop transformation to only apply in strict mode to reduce the assumptions held.
91d71ff to
fa76365
Compare

Made the arguments copy loop transformation to only apply in strict mode to reduce the assumptions held.