mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-07 08:31:28 +00:00
Precondition loops are better optimized by HotSpot (and, quite likely, by ART). Also, we generate more compact bytecode that way. KT-17903 Generate 'for-in-indices' as a precondition loop