aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/Config.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-01-09 15:15:01 +0100
committerMartin Odersky <odersky@gmail.com>2015-01-09 15:18:37 +0100
commit2ae7f2ab95101f3d68a6e6512704027f01b1b196 (patch)
treef2129dad5f96802599f3d03192a00eea9d5ca0db /src/dotty/tools/dotc/config/Config.scala
parent3c159db66a2a6bb7ead0cec6a945dfe70d03186b (diff)
downloaddotty-2ae7f2ab95101f3d68a6e6512704027f01b1b196.tar.gz
dotty-2ae7f2ab95101f3d68a6e6512704027f01b1b196.tar.bz2
dotty-2ae7f2ab95101f3d68a6e6512704027f01b1b196.zip
More aggressive reduction in lookupRefinedThis.
See comment for an example what changes.
Diffstat (limited to 'src/dotty/tools/dotc/config/Config.scala')
-rw-r--r--src/dotty/tools/dotc/config/Config.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/config/Config.scala b/src/dotty/tools/dotc/config/Config.scala
index 29d5f7922..317c52633 100644
--- a/src/dotty/tools/dotc/config/Config.scala
+++ b/src/dotty/tools/dotc/config/Config.scala
@@ -47,7 +47,7 @@ object Config {
final val verboseExplainSubtype = true
/** If this flag is set, take the fast path when comparing same-named type-aliases and types */
- final val fastPathForRefinedSubtype = true
+ final val fastPathForRefinedSubtype = false
/** When set, use new signature-based matching.
* Advantantage of doing so: It's supposed to be faster