summaryrefslogtreecommitdiff
path: root/test/files/run/t3895b.scala
Commit message (Collapse)AuthorAgeFilesLines
* Added some infrastructure for tracking and disp...Paul Phillips2010-12-181-5/+2
| | | | | | | | | | | | | | | | | | | | Added some infrastructure for tracking and displaying information. Used it to generate phase timing tables. Couldn't bring myself to add another option so it's temporarily behind a system property until I sort out the output options. % scalac -Dscala.timings foo.scala // or: ant -Djvm.opts="-Dscala.timings" [...] phase id ms share -------------- -- ---- ----- typer 4 5816 44.94 mixin 20 1220 9.43 specialize 13 1179 9.11 erasure 15 916 7.08 ...etc. No review.
* Closes #3059, #3895 (the only difference betwee...Hubert Plociniczak2010-10-201-0/+30
Closes #3059, #3895 (the only difference between this and r23232 is the forced info transformation that ensures that nested objects are viewed as lazy vals). sbt integration requires new starr for this commit to work.