Remove redundant locals
Do not transform already transformed suspend lambdas Ignore duplicates of continuation in local variable table during redundant locals elimination.
This commit is contained in:
@@ -25,5 +25,8 @@ fun box() : String {
|
||||
return res
|
||||
}
|
||||
|
||||
// When we generate code of suspend function returning unit call
|
||||
// we surround it with return unit markers.
|
||||
// While denerating state machine, we remove them.
|
||||
// 0 ICONST_2
|
||||
// 0 ICONST_3
|
||||
Reference in New Issue
Block a user