diff options
author | Damien George <damien.p.george@gmail.com> | 2017-04-02 17:28:24 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-04-02 17:28:24 +1000 |
commit | a5500a8aad263054e9530a03da18c0c0961424b2 (patch) | |
tree | dd9734cb5f8b081a307c120156b2510609f97089 /py/modthread.c | |
parent | 3df65e9bae3e3c5298a2691e177335bb5efeb5ed (diff) | |
download | micropython-a5500a8aad263054e9530a03da18c0c0961424b2.tar.gz micropython-a5500a8aad263054e9530a03da18c0c0961424b2.zip |
py/obj.h: Make sequence grow more efficient and support overlapping.
The first memmove now copies less bytes in some cases (because len_adj <=
slice_len), and the memcpy is replaced with memmove to support the
possibility that dest and slice regions are overlapping.
Diffstat (limited to 'py/modthread.c')
0 files changed, 0 insertions, 0 deletions