- 12 Feb, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 06 Jan, 2014 2 commits
- 04 Jan, 2014 1 commit
-
-
Damien George authored
With MICROPY_EMIT_X64 and MICROPY_EMIT_THUMB disabled, the respective emitters and assemblers will not be included in the code. This can significantly reduce binary size for unix version.
-
- 29 Dec, 2013 1 commit
-
-
Damien authored
-
- 21 Dec, 2013 1 commit
-
-
Damien authored
A big change. Micro Python objects are allocated as individual structs with the first element being a pointer to the type information (which is itself an object). This scheme follows CPython. Much more flexible, not necessarily slower, uses same heap memory, and can allocate objects statically. Also change name prefix, from py_ to mp_ (mp for Micro Python).
-
- 17 Nov, 2013 1 commit
-
-
Damien authored
-
- 03 Nov, 2013 2 commits
- 12 Oct, 2013 1 commit
-
-
Damien authored
-
- 05 Oct, 2013 3 commits
- 04 Oct, 2013 1 commit
-
-
Damien authored
-