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-09 00:21:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c165b8d55c9a4cf62d2d34382fc50fc107bc4c8b
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
forLoop
History
Mark Punzalan
177967258b
ForLoopsLowering: Eliminate construction/boxing/unboxing of UInt/ULong.
...
This needs further cleanup to encapsulate more logic into ProgressionType.
2020-05-13 13:54:35 +02:00
..
forInArrayWithIndex
…
forInCharSequenceWithIndex
…
forInIndices
…
forInIterableWithIndex
…
forInProgressionWithIndex
…
forInReversed
…
forInSequenceWithIndex
…
forInUntil
ForLoopsLowering: Add additional bytecode text tests for optimization of
2020-05-13 13:54:35 +02:00
stepped
ForLoopsLowering: Add additional bytecode text tests for optimization of
2020-05-13 13:54:35 +02:00
unsigned
ForLoopsLowering: Eliminate construction/boxing/unboxing of UInt/ULong.
2020-05-13 13:54:35 +02:00
forInCharSequence.kt
…
forInCharSequenceTypeParameter.kt
…
forInDownToCharMinValue.kt
…
forInDownToIntMinValue.kt
…
forInDownToLongMinValue.kt
…
forInObjectArray.kt
…
forInPrimitiveArray.kt
…
forInRangeSpecializedToUntil.kt
…
forInRangeToCharConst.kt
…
forInRangeToCharMaxValue.kt
…
forInRangeToConst.kt
…
forInRangeToIntMaxValue.kt
…
forInRangeToLongConst.kt
…
forInRangeToLongMaxValue.kt
…
forInRangeToQualifiedConst.kt
…
forInRangeWithImplicitReceiver.kt
…
forInStringSpecialized.kt
…
forIntInDownTo.kt
…
intrinsicArrayConstructorsUseCounterLoop.kt
…
loopVarInterval.kt
…
primitiveLiteralRange1.kt
…
primitiveLiteralRange2.kt
…
primitiveProgression.kt
…
primitiveRange.kt
…