-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(es/minifier): Fix logic for checking
arguments
(#3313)
swc_ecma_minifier: - Don't mark `arguments` in nested scope as a inline blocker.
- Loading branch information
Showing
342 changed files
with
7,396 additions
and
8,343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
1aa494b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
full_es2015
163125302
ns/iter (± 6135864
)152918656
ns/iter (± 3728093
)1.07
full_es2016
170439417
ns/iter (± 7306248
)158698715
ns/iter (± 6334198
)1.07
full_es2017
169015719
ns/iter (± 5651342
)159255978
ns/iter (± 5873266
)1.06
full_es2018
169135773
ns/iter (± 8105957
)158221018
ns/iter (± 7369472
)1.07
full_es2019
166809769
ns/iter (± 7274404
)157066969
ns/iter (± 6233802
)1.06
full_es2020
150664429
ns/iter (± 5974516
)140655044
ns/iter (± 4352062
)1.07
full_es3
210445033
ns/iter (± 6658359
)206561439
ns/iter (± 9563496
)1.02
full_es5
211048349
ns/iter (± 11625750
)206639296
ns/iter (± 14564419
)1.02
parser
679660
ns/iter (± 17122
)658781
ns/iter (± 11513
)1.03
This comment was automatically generated by workflow using github-action-benchmark.