summaryrefslogtreecommitdiffstatshomepage
path: root/py/objslice.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-25 22:58:04 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-25 22:58:04 +0100
commitd8675541a9b0a430903099bd93a15243ea6ccace (patch)
tree325d1cbf1dd4df8f3a5dfb652c63d26c02011549 /py/objslice.c
parentf600a6a0851bc2023e9322bac807f5d2217e8451 (diff)
downloadmicropython-d8675541a9b0a430903099bd93a15243ea6ccace.tar.gz
micropython-d8675541a9b0a430903099bd93a15243ea6ccace.zip
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.
Diffstat (limited to 'py/objslice.c')
0 files changed, 0 insertions, 0 deletions