Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for entryPointLoopBranches (0.64 sec)

  1. src/cmd/internal/obj/wasm/wasmobj.go

    				p = appendp(p, ASet, regAddr(REG_PC_B)) // write next basic block to PC_B
    				p = appendp(p, ABr)                     // jump to beginning of entryPointLoop
    				entryPointLoopBranches = append(entryPointLoopBranches, p)
    				break
    			}
    
    			// low-level WebAssembly call to function
    			switch jmp.To.Type {
    			case obj.TYPE_MEM:
    				if !notUsePC_B[jmp.To.Sym.Name] {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 34.6K bytes
    - Viewed (0)
Back to top