Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for blockEffects (0.38 sec)

  1. src/cmd/compile/internal/liveness/plive.go

    // there are complications around interface values, slices, and strings,
    // all of which cannot be treated as individual words.
    
    // blockEffects summarizes the liveness effects on an SSA block.
    type blockEffects struct {
    	// Computed during Liveness.prologue using only the content of
    	// individual blocks:
    	//
    	//	uevar: upward exposed variables (used before set in block)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 15:22:22 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top