aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/LiveVariables.scala
Commit message (Expand)AuthorAgeFilesLines
* [backport] Avoid masking real errors with NotImplemented awaiting Future[Noth...Jason Zaugg2015-07-061-1/+1
* Fix asymptotic performance issues in live variables analysis.Gene Novark2014-07-151-28/+43
* Don't aggressively null out captured varsJason Zaugg2013-11-121-10/+50
* Add more doc commentsPhilipp Haller2013-10-221-1/+8
* Avoid zero-ing out dead fields of primitive value class typePhilipp Haller2013-10-221-1/+2
* Fix looping issue when computing last usages of fieldsPhilipp Haller2013-10-221-16/+17
* Liveness analysis to avoid memory retention issuesPhilipp Haller2013-10-221-0/+192