FIR CFG: remove ordering from control flow through in-place lambdas
Old graph:
arg -> lambda enter -> ... -> lambda exit -> lambda enter -> ... ->
-> lambda exit -> call
New graph:
arg -+-> lambda enter -> ... -> lambda exit -+-> call
\-> lambda enter -> ... -> lambda exit -/
This commit is contained in:
+1
-1
@@ -227,7 +227,7 @@ digraph propertiesAndInitBlocks_kt {
|
||||
79 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
75 -> {76};
|
||||
76 -> {77 24};
|
||||
76 -> {77 24 78};
|
||||
76 -> {24} [style=dashed];
|
||||
77 -> {78};
|
||||
77 -> {76} [color=green style=dashed];
|
||||
|
||||
Reference in New Issue
Block a user