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: https://github.com/scala/scala/pull/4041#issuecomment-67774217