Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for preamble (0.13 sec)

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

    			if p.As != obj.ANOP {
    				s.pp.CurFunc.LSym.Func().AddInlMark(p, inlMarks[p])
    			}
    		}
    
    		if e.stksize == 0 && !hasCall {
    			// Frameless leaf function. It doesn't need any preamble,
    			// so make sure its first instruction isn't from an inlined callee.
    			// If it is, add a nop at the start of the function with a position
    			// equal to the start of the function.
    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