-
- Downloads
esp8266: Don't gc-collect BSS.
None of the other ports do, since introduction of mp_state_ctx_t. In the case of current esp8266 port, heap is inside BSS, so scanning it picked up a lot of dead pointers.
Please register or sign in to comment