ssa: defer load/store func and args

This commit is contained in:
visualfc
2025-02-27 14:32:21 +08:00
parent 019c482d18
commit 3bb51c5d51
2 changed files with 70 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ type Defer struct {
Link *Defer
Reth unsafe.Pointer // block address after Rethrow
Rund unsafe.Pointer // block address after RunDefers
Args unsafe.Pointer // defer func and args links
}
// Recover recovers a panic.