Add fast path array instantiation for readonly child instances
- Generate inline loops for model children in arrays to eliminate megamorphic callsites
- Follow existing pattern from map instantiation
- Add benchmark for array instantiation performance testing
Co-Authored-By: Harry Brundage <harry.brundage@gmail.com>