Logo
Explore Help
Register Sign In
jlengrand/kotlin
1
0
Fork 0
You've already forked kotlin
mirror of https://github.com/jlengrand/kotlin.git synced 2026-05-08 15:53:19 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
4c2cfd3ea981e911085959cdabc95bd8f3ecfa51
kotlin/compiler/testData/codegen/bytecodeText/forLoop
History
Dmitry Petrov b867c46f72 Generate for-in-range loop as counter loop when possible
If an upper bound is a compile-time constant != Int.MAX_VALUE,
we can generate 'for (i in x..N)' as 'for (i in x until N+1)'.
2017-07-27 09:02:26 +03:00
..
forInIndices
Generate for-in-indices as a precondition loop
2017-05-16 17:28:43 +03:00
forInCharSequence.kt
Optimize iteration over CharSequence's on JVM
2017-04-25 10:07:05 +03:00
forInRangeToConst.kt
Generate for-in-range loop as counter loop when possible
2017-07-27 09:02:26 +03:00
forInRangeWithImplicitReceiver.kt
KT-12733 'rangeTo' as a non-qualified call is not optimized in 'for'
2016-06-16 11:30:05 +03:00
forIntInDownTo.kt
KT-6916: do not create Progression instances in for-in-downTo loops
2016-07-04 13:38:37 +03:00
forInUntil.kt
Optimize range operations for 'until' extension from stdlib (KT-9900)
2017-05-04 10:09:42 +03:00
intrinsicArrayConstructorsUseCounterLoop.kt
Use counter loop in intrinsic array constructors
2017-07-24 10:17:30 +03:00
loopVarInterval.kt
Replace return with nop to avoid merging line instructions (KT-18949)
2017-07-18 14:39:54 +03:00
primitiveLiteralRange1.kt
…
primitiveLiteralRange2.kt
…
primitiveProgression.kt
KT-6916: do not create Progression instances in for-in-downTo loops
2016-07-04 13:38:37 +03:00
primitiveRange.kt
…
Powered by Gitea Version: 1.25.4 Page: 1127ms Template: 29ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API