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
2cc299fb40599b32cfad5e5b5de0e362eff1ea29
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
coercionToUnitOptimization
T
History
Dmitry Petrov
a5d6559056
KT-14360 Microoptimizations in RedundantCoercionToUnitTransformer
2016-10-17 10:13:03 +03:00
..
kt14360.kt
KT-14360 Microoptimizations in RedundantCoercionToUnitTransformer
2016-10-17 10:13:03 +03:00
nopInlineFuns.kt
Generate 'nop' instruction on lambda call when everything on line is going to be eliminated by inliner (KT-6477)
2016-10-14 14:52:06 +03:00
returnsUnit.kt
Optimize coercion to Unit.
2016-04-07 11:40:58 +03:00
safeCall.kt
Optimize coercion to Unit.
2016-04-07 11:40:58 +03:00
safeCallWithReturnValue.kt
Optimize coercion to Unit.
2016-04-07 11:40:58 +03:00
safeLet.kt
Optimize coercion to Unit.
2016-04-07 11:40:58 +03:00
tryInlined.kt
Minor: make tryInlined test not depend on 'Closeable.use' implementation.
2016-07-01 04:42:38 +03:00