-
- Downloads
py: Add config option MICROPY_COMP_MODULE_CONST for module consts.
Compiler optimises lookup of module.CONST when enabled (an existing feature). Disabled by default; enabled for unix, windows, stmhal. Costs about 100 bytes ROM on stmhal.
Showing
- bare-arm/mpconfigport.h 2 additions, 0 deletionsbare-arm/mpconfigport.h
- py/compile.c 6 additions, 11 deletionspy/compile.c
- py/mpconfig.h 5 additions, 0 deletionspy/mpconfig.h
- stmhal/mpconfigport.h 1 addition, 0 deletionsstmhal/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