Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoweredGetClosurePtr (0.29 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    // except for incoming in-register arguments.
    // The output of LoweredGetClosurePtr is generally hardwired to the correct register.
    // That register contains the closure pointer on closure entry.
    func CheckLoweredGetClosurePtr(v *ssa.Value) {
    	entry := v.Block.Func.Entry
    	if entry != v.Block {
    		base.Fatalf("in %s, badly placed LoweredGetClosurePtr: %v %v", v.Block.Func.Name, v.Block, v)
    	}
    	for _, w := range entry.Values {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top