arturo icon indicating copy to clipboard operation
arturo copied to clipboard

[VM/exec] should we store opCode pointer as a register?

Open github-actions[bot] opened this issue 1 year ago • 0 comments

[VM/exec] should we store opCode pointer as a register?

https://github.com/arturo-lang/arturo/blob/3c7884061d252b9ba1c070c8a18ed7f6f841f259/src/vm/exec.nim#L261

    let it = input[1]

    # TODO(VM/exec) should we store opCode pointer as a register?
    #  labels: vm, execution, enhancement, performance
    var i = 0
    var op: OpCode
    var oldSyms: ValueDict

fb6abb52723ef69e608bce9b09f011cf78b1a80f

github-actions[bot] avatar Aug 04 '22 15:08 github-actions[bot]