Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for spillSlotReuse (0.11 sec)

  1. test/codegen/stack.go

    	}
    	// amd64:`CALL\truntime\.deferprocStack`
    	defer func() {}()
    }
    
    // Check that stack slots are shared among values of the same
    // type, but not pointer-identical types. See issue 65783.
    
    func spillSlotReuse() {
    	// The return values of getp1 and getp2 need to be
    	// spilled around the calls to nopInt. Make sure that
    	// spill slot gets reused.
    
    	//arm64:`.*autotmp_2-8\(SP\)`
    	getp1()[nopInt()] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 21:29:41 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top