Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OLITERAL (0.07 sec)

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

    			// Don't write back fields we aren't changing. See issue #14855.
    			rhs := rhs.(*ir.SliceExpr)
    			i, j, k := rhs.Low, rhs.High, rhs.Max
    			if i != nil && (i.Op() == ir.OLITERAL && i.Val().Kind() == constant.Int && ir.Int64Val(i) == 0) {
    				// [0:...] is the same as [:...]
    				i = nil
    			}
    			// TODO: detect defaults for len/cap also.
    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