diff options
author | Damien George <damien.p.george@gmail.com> | 2018-02-04 13:35:21 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-02-04 13:35:21 +1100 |
commit | 253f2bd7be39e201db78960be456ac0f8c61b05f (patch) | |
tree | cd71af86aa0001133eeee2ae2b9076264cd59a02 /tests/basics/builtin_zip.py | |
parent | 4b8e58756bf408f4a899d7cf787ed1961f6f9682 (diff) |
py/compile: Combine compiler-opt of 2 and 3 tuple-to-tuple assignment.
This patch combines the compiler optimisation code for double and triple
tuple-to-tuple assignment, taking it from two separate if-blocks to one
combined if-block. This can be done because the code for both of these
optimisations has a lot in common. Combining them together reduces code
size for ports that have the triple-tuple optimisation enabled (and doesn't
change code size for ports that have it disabled).
Diffstat (limited to 'tests/basics/builtin_zip.py')
0 files changed, 0 insertions, 0 deletions