summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/TailCall.java
Commit message (Expand)AuthorAgeFilesLines
* - Simplified and improved tail call optimizationpaltherr2004-01-231-368/+0
* - Added missing cloning of type of new labelspaltherr2004-01-211-1/+1
* *** empty log message ***Martin Odersky2003-11-141-4/+4
* - Renamed isFinal into isMethodFinalpaltherr2003-09-031-4/+1
* Tailcall fixed to handle some more cases.stenman2003-09-021-6/+15
* TailCall optimization for jvm.stenman2003-08-201-0/+362