-
- Downloads
py: Use polymorphic iterator type where possible to reduce code size.
Only types whose iterator instances still fit in 4 machine words have been changed to use the polymorphic iterator. Reduces Thumb2 arch code size by 264 bytes.
Showing
- py/objdict.c 3 additions, 8 deletionspy/objdict.c
- py/objlist.c 3 additions, 8 deletionspy/objlist.c
- py/objset.c 3 additions, 9 deletionspy/objset.c
- py/objstr.c 5 additions, 16 deletionspy/objstr.c
- py/objstrunicode.c 3 additions, 8 deletionspy/objstrunicode.c
- py/objtuple.c 3 additions, 8 deletionspy/objtuple.c
Loading
Please register or sign in to comment