summaryrefslogtreecommitdiff
path: root/test/files/instrumented/t6611.scala
Commit message (Collapse)AuthorAgeFilesLines
* Optimize primitive Array(e1, ..., en)Jason Zaugg2012-11-071-1/+23
| | | | | | | 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-23/+1
| | | | This reverts commit 8265175ecc42293997d59049f430396c77a2b891.
* Expand optimization of Array(e1, ..., en) to primitive arrays.Jason Zaugg2012-11-041-1/+23
|
* SI-6611 Tighten up an unsafe array optimizationJason Zaugg2012-11-031-0/+13
The net was cast too wide and was unsafely optimizing away array copies.