-
- Downloads
py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.
These allow to fine-tune the compiler to select whether it optimises tuple assignments of the form a, b = c, d and a, b, c = d, e, f. Sensible defaults are provided.
Showing
- bare-arm/mpconfigport.h 2 additions, 0 deletionsbare-arm/mpconfigport.h
- minimal/mpconfigport.h 2 additions, 0 deletionsminimal/mpconfigport.h
- py/compile.c 4 additions, 2 deletionspy/compile.c
- py/mpconfig.h 12 additions, 0 deletionspy/mpconfig.h
- stmhal/mpconfigport.h 1 addition, 0 deletionsstmhal/mpconfigport.h
- unix-cpy/mpconfigport.h 1 addition, 0 deletionsunix-cpy/mpconfigport.h
- unix/mpconfigport.h 1 addition, 0 deletionsunix/mpconfigport.h
- windows/mpconfigport.h 1 addition, 0 deletionswindows/mpconfigport.h
Loading
Please register or sign in to comment