py: Eliminate 'op' variable in VM dispatch loop.
Remembering the last op is rarely needed, and when it is, can simply use *save_ip.
Please register or sign in to comment
Remembering the last op is rarely needed, and when it is, can simply use *save_ip.