Project

General

Profile

« Previous | Next » 

Revision 9363b042

Added by jeremyevans (Jeremy Evans) over 3 years ago

Optimize duparray/expandarray -> putobject/expandarray

There's no point in making a copy of an array just to expand it. Saves
an unnecessary array allocation in the multiple assignment case, with
a 35-84% improvement in affected cases in benchmark/masgn.yml.