<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/vm.c, branch v1.0.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-05-11T17:51:31+00:00</updated>
<entry>
<title>py: Don't expect that type-&gt;getiter() always returns iterator, check for NULL.</title>
<updated>2014-05-11T17:51:31+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-11T17:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c48d6f7add021e284558c24b25e53115fe185feb'/>
<id>urn:sha1:c48d6f7add021e284558c24b25e53115fe185feb</id>
<content type='text'>
This is better than forcing each getiter() implementation to raise exception.
</content>
</entry>
<entry>
<title>py: Rename byte_code to bytecode everywhere.</title>
<updated>2014-05-10T09:36:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-10T09:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3417bc2f25c492f7551e35d14349d85a45122b43'/>
<id>urn:sha1:3417bc2f25c492f7551e35d14349d85a45122b43</id>
<content type='text'>
bytecode is the more widely used.  See issue #590.
</content>
</entry>
<entry>
<title>py: Improve native emitter; now supports more opcodes.</title>
<updated>2014-05-07T17:30:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-07T17:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a32c1e41cc28c5f7cd95191918cebd0e447a2fce'/>
<id>urn:sha1:a32c1e41cc28c5f7cd95191918cebd0e447a2fce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add license header to (almost) all files.</title>
<updated>2014-05-03T22:27:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T22:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04b9147e150d2d6fa3750f312fe328b6a71c1b28'/>
<id>urn:sha1:04b9147e150d2d6fa3750f312fe328b6a71c1b28</id>
<content type='text'>
Blanket wide to all .c and .h files.  Some files originating from ST are
difficult to deal with (license wise) so it was left out of those.

Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
</content>
</entry>
<entry>
<title>py, unix: Make "mpconfig.h" be first included, as other headers depend on it.</title>
<updated>2014-05-02T14:48:40+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-02T14:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f54bcbf0997211a3d2a04bab09c79f602fa0c8e9'/>
<id>urn:sha1:f54bcbf0997211a3d2a04bab09c79f602fa0c8e9</id>
<content type='text'>
Specifically, nlr.h does.
</content>
</entry>
<entry>
<title>py: Remove unnecessary LOAD_CONST_ID bytecode.</title>
<updated>2014-04-27T18:12:05+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-27T18:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=968bf34c4c7c457816eb3a9d8358519ba1d3a65f'/>
<id>urn:sha1:968bf34c4c7c457816eb3a9d8358519ba1d3a65f</id>
<content type='text'>
It's the same as LOAD_CONST_STR.
</content>
</entry>
<entry>
<title>py: Eliminate 'op' variable in VM dispatch loop.</title>
<updated>2014-04-27T17:19:06+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-27T17:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=db128919187d86962f7ba46ddb072c1dfe53eb7e'/>
<id>urn:sha1:db128919187d86962f7ba46ddb072c1dfe53eb7e</id>
<content type='text'>
Remembering the last op is rarely needed, and when it is, can simply use
*save_ip.
</content>
</entry>
<entry>
<title>py, vm: Fix recent bug where state is freed too early.</title>
<updated>2014-04-24T14:42:05+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-24T14:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c0dc7c3dfa344e34d581685ee88a9779565934ad'/>
<id>urn:sha1:c0dc7c3dfa344e34d581685ee88a9779565934ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py, vm: Free heap-allocated state if it was allocated on the heap.</title>
<updated>2014-04-24T12:52:06+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-24T12:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d5e8482c4a401d59688c1de44689d9f3538c7249'/>
<id>urn:sha1:d5e8482c4a401d59688c1de44689d9f3538c7249</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vm: Add rudimentary bytecode execution tracing capability.</title>
<updated>2014-04-23T00:46:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-04-23T00:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c5e32c69952222b12e65655474c5f4c4481ea9f7'/>
<id>urn:sha1:c5e32c69952222b12e65655474c5f4c4481ea9f7</id>
<content type='text'>
</content>
</entry>
</feed>
