This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-08 08:31:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f558b4238c05577a94488c5d3b0a162edcfbfc54
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
forLoop
History
Dmitry Petrov
f558b4238c
Use counter loop in intrinsic array constructors
...
#KT-19149 Fixed Target versions 1.1.5
2017-07-24 10:17:30 +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
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
…