<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/nlrthumb.c, branch 2.2.4</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.4</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.4'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-07-20T21:54:21+00:00</updated>
<entry>
<title>py: Fix nlrthumb.c when DEBUG=1 is defined</title>
<updated>2016-07-20T21:54:21+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2016-07-13T16:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=26b7d8a7be48211557cf009f3f792d926d03cdf2'/>
<id>urn:sha1:26b7d8a7be48211557cf009f3f792d926d03cdf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>qemu-arm: Enable gcc LTO option for nlrthumb.c</title>
<updated>2016-07-11T11:04:56+00:00</updated>
<author>
<name>Daniel Tralamazza</name>
<email>daniel@tralamazza.com</email>
</author>
<published>2016-07-08T13:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9626662819ebd677106ba2655c4370912bef8588'/>
<id>urn:sha1:9626662819ebd677106ba2655c4370912bef8588</id>
<content type='text'>
LTO can't "see" inside naked functions, but we can mark `nlr_push_tail` as used.
</content>
</entry>
<entry>
<title>py/nlrthumb: Convert NLR thumb funcs from asm to C with inline-asm.</title>
<updated>2016-06-28T10:28:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-30T18:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1df4168c334651a8962acfeb170b51bb3cbff5c5'/>
<id>urn:sha1:1df4168c334651a8962acfeb170b51bb3cbff5c5</id>
<content type='text'>
Now only the bits that really need to be written in assembler are written
in it, otherwise C is used.  This means that the assembler code no longer
needs to know about the global state structure which makes it much easier
to maintain.
</content>
</entry>
</feed>
