Commits

Andrew Trick committed 361ceea369e
Mark _copyCollectionToNativeArrayBuffer readonly. This fixes one of the issues preventing optimization of RangeAssignment when it isn't fully inlined. There is still another problem with this benchmark I haven't fixed: <rdar://problem/19252374> We fail to fully optimize RangeAssignment. Forced inlining achieves 3-4x speedup. This fix at least unblocks CopyForwarding, which perturbs inlining enough to expose the issue. Swift SVN r23944