summaryrefslogtreecommitdiff
path: root/test/files/run/t6611.scala
Commit message (Collapse)AuthorAgeFilesLines
* Optimize primitive Array(e1, ..., en)Jason Zaugg2012-11-071-4/+59
| | | | | | | Expands an existing optimization for reference arrays to apply to primitives, as well. Fixes one aspect of SI-6247.
* Revert "Expand optimization of Array(e1, ..., en) to primitive arrays."Jason Zaugg2012-11-061-59/+4
| | | | This reverts commit 8265175ecc42293997d59049f430396c77a2b891.
* Expand optimization of Array(e1, ..., en) to primitive arrays.Jason Zaugg2012-11-041-4/+59
|
* SI-6611 Tighten up an unsafe array optimizationJason Zaugg2012-11-031-0/+6
The net was cast too wide and was unsafely optimizing away array copies.