Skip to content
Snippets Groups Projects
Commit d8675541 authored by Damien George's avatar Damien George
Browse files

py, vm: Where possible, make variables local to each opcode.

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.
parent f600a6a0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment