Skip to content

Commit f47f51b

Browse files
committed
Disable SELECTin generation
Disable SELECTin generation to compare performance
1 parent 4dbcb30 commit f47f51b

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TreePickler.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ class TreePickler(pickler: TastyPickler) {
384384
case _ =>
385385
val sig = tree.tpe.signature
386386
val isAmbiguous =
387+
false &&
387388
sig != Signature.NotAMethod
388389
&& qual.tpe.nonPrivateMember(name).match
389390
case d: MultiDenotation => d.atSignature(sig).isInstanceOf[MultiDenotation]

compiler/test/dotc/pos-from-tasty.blacklist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ i7087.scala
1313
# Nullability
1414
nullable.scala
1515
notNull.scala
16+
17+
i9050.scala

compiler/test/dotc/pos-test-pickling.blacklist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ i7757.scala
4343

4444
# splice type tag dealiased in this reference
4545
i8651b.scala
46+
47+
i9050.scala

0 commit comments

Comments
 (0)