Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/internal/obj/x86/obj6.go

    	// end (which following instructions are appended to).
    	callend := call
    	progedit(ctxt, callend, newprog)
    	for ; callend.Link != nil; callend = callend.Link {
    		progedit(ctxt, callend.Link, newprog)
    	}
    
    	// The instructions which unspill regs should be preemptible.
    	pcdata = ctxt.EndUnsafePoint(callend, newprog, -1)
    	unspill := cursym.Func().UnspillRegisterArgs(pcdata, newprog)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 18:36:45 UTC 2023
    - 40.9K bytes
    - Viewed (0)
Back to top