summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/analysis/ProdConsAnalyzer.scala
Commit message (Expand)AuthorAgeFilesLines
* Run computeMaxLocalsMaxStack less oftenLukas Rytz2015-09-171-483/+0
* Improve the performance of analyses tracking aliasesLukas Rytz2015-09-171-0/+5
* Refactor the ClosureOptimizer, run ProdCons only once per methodLukas Rytz2015-07-101-0/+20
* Prevent infinite recursion in ProdConsAnalyzerLukas Rytz2015-07-031-2/+10
* Merge commit '5b80736' into merge-2.11-to-2.12-june-26Lukas Rytz2015-06-261-3/+3
* Producers / Consumers AnalysisLukas Rytz2015-06-221-0/+450