Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bytepad (0.1 sec)

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

    		source = s.expr(n.SrcRType)
    	}
    	if !n.X.Type().IsEmptyInterface() && !n.Type().IsInterface() {
    		byteptr := s.f.Config.Types.BytePtr
    		targetItab = s.expr(n.ITab)
    		// TODO(mdempsky): Investigate whether compiling n.RType could be
    		// better than loading itab.typ.
    		target = s.load(byteptr, s.newValue1I(ssa.OpOffPtr, byteptr, rttype.ITab.OffsetOf("Type"), targetItab))
    	} else {
    		target = s.expr(n.RType)
    	}
    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