rorygraves / scalac_perf

The Scala programming language
http://www.scala-lang.org/
16 stars 3 forks source link

Inline `ClassTag#unapply` #87

Open hrhino opened 4 years ago

hrhino commented 4 years ago

Avoid allocating Somes; just emit if (tag.runtimeClass.isInstance(scrutinee)) ...

hrhino commented 4 years ago

Would be nice if unapply there were final.