Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for regallocValues (0.23 sec)

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

    	xl := c.locs[:nl]
    	for i := range xl {
    		xl[i] = nil
    	}
    
    	// regalloc sets the length of c.regallocValues to whatever it may use,
    	// so clear according to length.
    	for i := range c.regallocValues {
    		c.regallocValues[i] = valState{}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 15 23:00:54 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top