diff options
author | Damien George <damien.p.george@gmail.com> | 2016-03-16 13:04:51 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-03-16 13:04:51 +0000 |
commit | 3acaa28b52587bace3a4e8382fbf06ed6f6e4aaf (patch) | |
tree | 1bef0f7d436e459f0df8568da8461e237fb7f80a /py/objpolyiter.c | |
parent | 52e062ef3396bb94381073547f0dff7b36a6815d (diff) | |
download | micropython-3acaa28b52587bace3a4e8382fbf06ed6f6e4aaf.tar.gz micropython-3acaa28b52587bace3a4e8382fbf06ed6f6e4aaf.zip |
py: Don't allocate an extra parse node for power exponent.
Previous to this patch, the "**b" in "a**b" had its own parse node with
just one item (the "b"). Now, the "b" is just the last element of the
power parse-node. This saves (a tiny bit of) RAM when compiling.
Diffstat (limited to 'py/objpolyiter.c')
0 files changed, 0 insertions, 0 deletions