es6-shim icon indicating copy to clipboard operation
es6-shim copied to clipboard

Don't mix formal parameters and arguments array

Open milk-z opened this issue 5 years ago • 0 comments

IE11 perf is significantly degraded when mixing formal parameters and the arguments array

Perf comparisons of mixing formal parameters and arguments vs not shows not mixing is much faster. And using only formal parameters vs using only arguments array shows similar perf. mixed-perf unmixed-perf

milk-z avatar Feb 28 '20 19:02 milk-z