You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe the logs and see a few dozen methods that get compiled on every iteration of the benchmark. An example is scala.reflect.internal.tpe.TypeComparers$class::firstTry$1.
The text was updated successfully, but these errors were encountered:
When compiling scala programs there are repeating deoptimizations that seem suspicious. To easily reproduce:
Observe the logs and see a few dozen methods that get compiled on every iteration of the benchmark. An example is
scala.reflect.internal.tpe.TypeComparers$class::firstTry$1
.The text was updated successfully, but these errors were encountered: