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
dcbc2ea2b3e705650069ee2c34a92d232686cfa4
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
coercionToUnitOptimization
T
History
Dmitry Petrov
041773fd25
JVM optimize out temporary variables in bytecode
2021-08-24 18:56:11 +03:00
..
inRangeCheckWithConst.kt
…
kt14360.kt
…
largeMethodWithCoercionToUnit.kt
…
nopInlineFuns.kt
[JVM] Fix the nop removal optimization.
2020-10-16 19:21:08 +03:00
returnsUnit.kt
…
safeCall.kt
Update bytecode text tests in JVM_IR
2020-02-14 14:07:03 +03:00
safeCallWithReturnValue.kt
JVM optimize out temporary variables in bytecode
2021-08-24 18:56:11 +03:00
safeLet.kt
JVM optimize out temporary variables in bytecode
2021-08-24 18:56:11 +03:00
tryInlined.kt
…