26156b137f
Do not create StringBuilder instances when the resulting String will be appended to some other StringBuilder anyway. This, and a couple of micro FqNameUnsafe-related optimizations, helps reduce memory traffic in Kotlin reflection when rendering is involved (toString() is called on reflective objects)