<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/esp8266/modules, branch travis-clang</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=travis-clang</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=travis-clang'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-08-06T12:21:49+00:00</updated>
<entry>
<title>esp8266/flashbdev: Reserve extra sysparam sector for SDK 2.0.0 compatibility.</title>
<updated>2016-08-06T12:21:49+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-08-06T12:21:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ca59f5f208f17620a0ac2fc77e3026bed0d9fe2c'/>
<id>urn:sha1:ca59f5f208f17620a0ac2fc77e3026bed0d9fe2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/_boot.py: Decrease GC alloc threshold to quarter of heap size.</title>
<updated>2016-07-23T10:56:24+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-23T10:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0d221775f5ab458358ee873b70ad16f284a9b1cb'/>
<id>urn:sha1:0d221775f5ab458358ee873b70ad16f284a9b1cb</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>esp8266/_boot.py: Set GC alloc threshold to half of heap size.</title>
<updated>2016-07-22T21:20:49+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-22T21:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c141584e1e30b6dd2268d8831b706dcb9ab25c7c'/>
<id>urn:sha1:c141584e1e30b6dd2268d8831b706dcb9ab25c7c</id>
<content type='text'>
Should keep good chunk of heap unfragmented, if a user application allows
that at all.
</content>
</entry>
<entry>
<title>esp8266: Switch webrepl to use frozen bytecode.</title>
<updated>2016-07-02T19:45:31+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-02T19:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b8f45166c631d67f9426fc1a561ab9f27c16cb1d'/>
<id>urn:sha1:b8f45166c631d67f9426fc1a561ab9f27c16cb1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Switch webrepl_setup to use frozen bytecode.</title>
<updated>2016-07-02T19:40:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-02T19:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dec51e3519ac6f8ab2ffd0cf00407a505742248f'/>
<id>urn:sha1:dec51e3519ac6f8ab2ffd0cf00407a505742248f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Explicitly collect garbage in bootstrap scripts.</title>
<updated>2016-07-02T16:22:55+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-02T16:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=686367dcfc6cb0a930fbfee03399b706eb76eae7'/>
<id>urn:sha1:686367dcfc6cb0a930fbfee03399b706eb76eae7</id>
<content type='text'>
Leads to less fragmentation at teh time user code starts.
</content>
</entry>
<entry>
<title>esp8266: Enable frozen bytecode, with scripts in modules/ subdir.</title>
<updated>2016-06-29T12:59:19+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-11T15:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=db80c0ed4678f4bacc6c7c9b67cbf26846fc21be'/>
<id>urn:sha1:db80c0ed4678f4bacc6c7c9b67cbf26846fc21be</id>
<content type='text'>
To start with, the critical scripts _boot.py and flashbdev.py are frozen
to improve performance and reduce RAM consumption.

Saves about 1000 bytes of heap RAM for a bare boot with filesystem.
</content>
</entry>
</feed>
