Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unwinder (0.26 sec)

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

    			break
    		}
    	}
    
    	// inlMarks has an entry for each Prog that implements an inline mark.
    	// It maps from that Prog to the global inlining id of the inlined body
    	// which should unwind to this Prog's location.
    	var inlMarks map[*obj.Prog]int32
    	var inlMarkList []*obj.Prog
    
    	// inlMarksByPos maps from a (column 1) source position to the set of
    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