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