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
db13ab59a68be42164c962587acfccc1bd95b607
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
ranges
T
History
Dmitry Petrov
354d54aef6
Don't generate DUPX instructions for in-range-literal expressions
...
Store argument into a local variable instead.
2017-11-16 10:54:25 +03:00
..
ifNotInRange.kt
Ensure that no boolean negation is generated for !in expression
2017-07-10 10:51:26 +03:00
inArrayIndices.kt
Fold I2L with ICONST_n when beneficial
2017-07-10 10:51:26 +03:00
inCharSequenceIndices.kt
Fold I2L with ICONST_n when beneficial
2017-07-10 10:51:26 +03:00
inCollectionIndices.kt
Fold I2L with ICONST_n when beneficial
2017-07-10 10:51:26 +03:00
inComparableRangeLiteral.kt
Minor: test modification after review
2017-07-10 10:51:26 +03:00
inNonMatchingRangeIntrinsified.kt
Fold I2L with ICONST_n when beneficial
2017-07-10 10:51:26 +03:00
inNonMatchingRangeNotIntrinsified.kt
Intrinsify some mismatching range/element combinations for in/in!
2017-07-10 10:51:26 +03:00
inOptimizableRange.kt
Minor: use method names in bytecode text tests
2017-07-10 10:51:26 +03:00
inUntil.kt
Minor: use method names in bytecode text tests
2017-07-10 10:51:26 +03:00
noDupXForLiteralRangeContains.kt
Don't generate DUPX instructions for in-range-literal expressions
2017-11-16 10:54:25 +03:00