Closed
Description
Currently, every method marked @inline
is inlined, which can lead to exponential code growth.
We should probably have two kinds of threshold: one for the maximum method size, one for the maximum method growth.
Discussion and further references here: scala/scala#4041 (comment)