mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Always do stack spilling during inline cause of dex problem
Dex issue: https://issuetracker.google.com/issues/68796377 #KT-20844 Fixed
This commit is contained in:
@@ -9,6 +9,6 @@ fun foo() : Int {
|
||||
return foobar(1, bar(2), 3)
|
||||
}
|
||||
|
||||
// 1 ISTORE
|
||||
// 5 ILOAD
|
||||
// 3 ISTORE
|
||||
// 7 ILOAD
|
||||
// 0 InlineMarker
|
||||
|
||||
Reference in New Issue
Block a user