Pseudocode: Add debug information to magic instructions
This commit is contained in:
@@ -13,7 +13,7 @@ fun foo() {
|
||||
"after"
|
||||
}
|
||||
---------------------
|
||||
<v2>: {<: Exception} NEW: magic(e: Exception) -> <v2>
|
||||
<v2>: {<: Exception} NEW: magic[FAKE_INITIALIZER](e: Exception) -> <v2>
|
||||
"before" <v0>: * NEW: r("before") -> <v0>
|
||||
foo() <v1>: * NEW: call(foo(), foo) -> <v1>
|
||||
{ foo() } <v1>: * COPY
|
||||
@@ -22,4 +22,4 @@ e
|
||||
try { foo() } catch (e: Exception) { val a = e } finally { val a = 1 } <v1>: * COPY
|
||||
"after" <v5>: * NEW: r("after") -> <v5>
|
||||
{ "before" try { foo() } catch (e: Exception) { val a = e } finally { val a = 1 } "after" } <v5>: * COPY
|
||||
=====================
|
||||
=====================
|
||||
|
||||
Reference in New Issue
Block a user