Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    					// The type of the slot is immaterial - it will not be live across
    					// any safepoint. Just use a type big enough to hold any register.
    					t := LocalSlot{N: e.s.f.NewLocal(c.Pos, types.Int64), Type: types.Int64}
    					// TODO: reuse these slots. They'll need to be erased first.
    					e.set(t, vid, x, false, c.Pos)
    					if e.s.f.pass.debug > regDebug {
    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