Skip to content
Snippets Groups Projects
Select Git revision
  • 4f0931b21f72be86aae22f05b718aa36792afc9b
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

py

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Damien George authored
    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%.
    4f0931b2
    History
    Name Last commit Last update
    ..