MCPcopy Create free account
hub / github.com/akyoto/q / executeRegister

Method executeRegister

src/codegen/executeRegister.go:8–17  ·  view source on GitHub ↗
(step *Step, instr *ssa.Register)

Source from the content-addressed store, hash-verified

6)
7
8func (f *Function) executeRegister(step *Step, instr *ssa.Register) {
9 destination := step.Register
10
11 if destination == -1 {
12 return
13 }
14
15 if destination == instr.Register {
16 return
17 }
18
19 isSpilled := f.isSpilled(destination)
20

Callers 1

executeMethod · 0.95

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected