Skip to content
  • Damien George's avatar
    py, vm: Where possible, make variables local to each opcode. · d8675541
    Damien George authored
    This helps the compiler do its optimisation, makes it clear which
    variables are local per opcode and which global, and makes it consistent
    when extra variables are needed in an opcode (in addition to old obj1,
    obj2 pair, for example).
    
    Could also make unum local, but that's for another time.
    d8675541