Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tentatives (0.2 sec)

  1. src/cmd/go/internal/modget/get.go

    		}
    		if m.Path == "" {
    			// There is no viable candidate for the missing package.
    			// Leave it unresolved.
    			continue
    		}
    		tentative = append(tentative, m)
    	}
    	base.ExitIfErrors()
    
    	changed = r.updateBuildList(ctx, tentative)
    	return changed
    }
    
    // disambiguate eliminates candidates from cs that conflict with other module
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm/asm5.go

    		}
    
    		pc += int32(m)
    	}
    }
    
    // checkpool flushes the literal pool when the first reference to
    // it threatens to go out of range of a 12-bit PC-relative offset.
    //
    // nextpc is the tentative next PC at which the pool could be emitted.
    // checkpool should be called *before* emitting the instruction that
    // would cause the PC to reach nextpc.
    // If nextpc is too far from the first pool reference, checkpool will
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
Back to top