Skip to content

Use clone() instead of manual population of array copy

Сергей Цыпанов requested to merge stsypanov/asm:opt-array into master

When no offset applied and the length of source and target is the same we can use clone() instead of creating and populating array manually.

Merge request reports