Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	}
    	if s.f.Config.LinkReg != -1 {
    		if isLeaf(f) {
    			// Leaf functions don't save/restore the link register.
    			s.allocatable &^= 1 << uint(s.f.Config.LinkReg)
    		}
    	}
    	if s.f.Config.ctxt.Flag_dynlink {
    		switch s.f.Config.arch {
    		case "386":
    			// nothing to do.
    			// Note that for Flag_shared (position independent code)
    			// we do need to be careful, but that carefulness is hidden
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
Back to top