Pseudocode: Do not bind call value to callee expressions
This commit is contained in:
@@ -4,7 +4,7 @@ fun invoke(f: () -> Unit) {
|
||||
}
|
||||
---------------------
|
||||
f <v1> NEW()
|
||||
(f) <v2> NEW(<v1>)
|
||||
(f)() <v2> COPY
|
||||
(f) <v1> COPY
|
||||
(f)() <v2> NEW(<v1>)
|
||||
{ (f)() } <v2> COPY
|
||||
=====================
|
||||
|
||||
Reference in New Issue
Block a user