Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for coalescesUp (0.21 sec)

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

    	// input parameters.
    	for j, n := range lv.vars {
    		if n.Class != ir.PPARAM && lv.stackMaps[0].Get(int32(j)) {
    			lv.f.Fatalf("%v %L recorded as live on entry", lv.fn.Nname, n)
    		}
    	}
    }
    
    // Compact coalesces identical bitmaps from lv.livevars into the sets
    // lv.stackMapSet.
    //
    // Compact clears lv.livevars.
    //
    // There are actually two lists of bitmaps, one list for the local variables and one
    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