micropython/esp8266/modules
Paul Sokolovsky 0d221775f5 esp8266/_boot.py: Decrease GC alloc threshold to quarter of heap size.
The idea behind decrease is: bytecode and other static data is also kept on
heap, and can easily become half of heap, then setting threshold to half of
heap will have null effect - GC will happen on complete heap exhaustion like
before. But exactly in such config maintaining heap defragmented is very
important, so lower threshold to accommodate that.
2016-07-23 13:56:24 +03:00
..
_boot.py esp8266/_boot.py: Decrease GC alloc threshold to quarter of heap size. 2016-07-23 13:56:24 +03:00
flashbdev.py esp8266: Enable frozen bytecode, with scripts in modules/ subdir. 2016-06-29 13:59:19 +01:00
webrepl.py esp8266: Switch webrepl to use frozen bytecode. 2016-07-02 22:45:31 +03:00
webrepl_setup.py esp8266: Switch webrepl_setup to use frozen bytecode. 2016-07-02 22:40:16 +03:00