aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scala/async/internal/LiveVariables.scala
Commit message (Expand)AuthorAgeFilesLines
* fix procedure syntaxxuwei-k2018-05-091-1/+1
* Reduce logging overhead and minor cleanupsRory Graves2017-06-211-16/+24
* Avoid masking real errors with NotImplemented awaiting Future[Nothing]Jason Zaugg2015-07-061-1/+1
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2014...Jason Zaugg2014-07-211-28/+43
|\
| * Fix asymptotic performance issues in live variables analysis.Gene Novark2014-07-151-28/+43
* | Fix "not a class" crasher in live variable analysisJason Zaugg2014-03-121-1/+2
* | AsyncMacro.global is goneEugene Burmako2014-02-151-1/+1
* | cleans up LiveVariablesEugene Burmako2014-02-151-3/+2
|/
* 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