aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Compiler.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-11-09 10:36:37 +0100
committerMartin Odersky <odersky@gmail.com>2014-11-09 19:09:52 +0100
commitf2e3489e419a104ad5f30db68eeaf035a0f3339b (patch)
treebcb2e205a180e4c8c890360788325f44785197db /src/dotty/tools/dotc/Compiler.scala
parent06c50af6551f56314f0587878035d7d7c4d8307b (diff)
downloaddotty-f2e3489e419a104ad5f30db68eeaf035a0f3339b.tar.gz
dotty-f2e3489e419a104ad5f30db68eeaf035a0f3339b.tar.bz2
dotty-f2e3489e419a104ad5f30db68eeaf035a0f3339b.zip
More docs and removing print statements
Diffstat (limited to 'src/dotty/tools/dotc/Compiler.scala')
-rw-r--r--src/dotty/tools/dotc/Compiler.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/Compiler.scala b/src/dotty/tools/dotc/Compiler.scala
index 819b60d48..004a3868c 100644
--- a/src/dotty/tools/dotc/Compiler.scala
+++ b/src/dotty/tools/dotc/Compiler.scala
@@ -46,7 +46,6 @@ class Compiler {
new TailRec),
List(new PatternMatcher,
new ExplicitOuter,
- // new LazyValTranformContext().transformer, // disabled, awaiting fixes
new Splitter),
List(new ElimByName,
new InterceptedMethods,
@@ -55,7 +54,7 @@ class Compiler {
new ResolveSuper),
List(new Erasure),
List(new Mixin,
- new Memoize,
+ new Memoize, // TODO: Make LazyVals a part of this phase
new CapturedVars,
new Constructors),
List(new LambdaLift,