Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
59f7c197ea1f79c0c7cdc3eeb3856ad766100508
/
.
/
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