This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
02cc5f6bc18878c46e8796feb2cf552a5f9c48a6
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
forLoop
T
History
Dmitry Petrov
1ee337d976
Optimize iteration over CharSequence's on JVM
...
KT-7931 Optimize iteration over strings/charsequences on JVM
2017-04-25 10:07:05 +03:00
..
forInIndices
KT-12985 Do not create range instances for 'for' loop in CharSequence.indices
2016-07-06 12:50:41 +03:00
forInCharSequence.kt
Optimize iteration over CharSequence's on JVM
2017-04-25 10:07:05 +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
loopVarInterval.kt
Write proper start label for loop parameter
2016-04-08 14:32:51 +03:00
primitiveLiteralRange1.kt
Support only integer primitive ranges and progressions in optimized for loop codegen.
2015-11-13 20:58:18 +03:00
primitiveLiteralRange2.kt
Support only integer primitive ranges and progressions in optimized for loop codegen.
2015-11-13 20:58:18 +03:00
primitiveProgression.kt
KT-6916: do not create Progression instances in for-in-downTo loops
2016-07-04 13:38:37 +03:00
primitiveRange.kt
Support only integer primitive ranges and progressions in optimized for loop codegen.
2015-11-13 20:58:18 +03:00