scalac_perf
scalac_perf copied to clipboard
Inline `ClassTag#unapply`
Avoid allocating Some
s; just emit if (tag.runtimeClass.isInstance(scrutinee)) ...
Would be nice if unapply
there were final.