Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	}
    }
    
    func ssaGenValue(s *ssagen.State, v *ssa.Value) {
    	switch v.Op {
    	case ssa.OpWasmLoweredStaticCall, ssa.OpWasmLoweredClosureCall, ssa.OpWasmLoweredInterCall, ssa.OpWasmLoweredTailCall:
    		s.PrepareCall(v)
    		if call, ok := v.Aux.(*ssa.AuxCall); ok && call.Fn == ir.Syms.Deferreturn {
    			// The runtime needs to inject jumps to
    			// deferreturn calls using the address in
    			// _func.deferreturn. Hence, the call to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 17.6K bytes
    - Viewed (0)
Back to top