Select Git revision
core1-dispatcher.c
Forked from
card10 / firmware
Source project has a limited visibility.
When encoded in the mpy file, if qstr <= QSTR_LAST_STATIC then store two bytes: 0, static_qstr_id. Otherwise encode the qstr as usual (either with string data or a reference into the qstr window). Reduces mpy file size by about 5%.