Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inlineArgsInPlace
/
println.kt
blob: c9705c55ea9c90abb8098364ab4a8e63bbdbdfcf [
file
]
fun test
()
{
println
(
"Hello, world!"
)
}
// 0 ALOAD
// 0 ASTORE
// 1 SWAP
// ^ here temporary variable elimination kicks in (instead of inplace argument inlining), producing a SWAP instruction