mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
Qstr values fit in 16-bits (and this fact is used elsewhere in the code) so no need to use more than that for the large lookup tables. The compiler will anyway give a warning if the qstr values don't fit in 16 bits. Saves around 80 bytes of code space for Thumb2 archs.
7.4 KiB
7.4 KiB