4601759bf5
This patch simplifies the str creation API to favour the common case of creating a str object that is not forced to be interned. To force interning of a new str the new mp_obj_new_str_via_qstr function is added, and should only be used if warranted. Apart from simplifying the mp_obj_new_str function (and making it have the same signature as mp_obj_new_bytes), this patch also reduces code size by a bit (-16 bytes for bare-arm and roughly -40 bytes on the bare-metal archs). |
||
---|---|---|
.. | ||
axtls@43a6e6bd3b | ||
berkeley-db-1.xx@35aaec4418 | ||
cmsis/inc | ||
embed | ||
libc | ||
libffi@e9de7e35f2 | ||
libm | ||
libm_dbl | ||
lwip@5b8b5d459e | ||
memzip | ||
mp-readline | ||
netutils | ||
oofatfs | ||
stm32lib@d2bcfda543 | ||
timeutils | ||
utils | ||
README.md |
README.md
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.