Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | unix: Add target to build "minimal" uPy interpreter. | Damien George | 2015-01-16 |
| | |||
* | py, unix: Trace root pointers with native emitter under unix port. | Damien George | 2015-01-14 |
| | | | | | | Native code has GC-heap pointers in it so it must be scanned. But on unix port memory for native functions is mmap'd, and so it must have explicit code to scan it for root pointers. | ||
* | Code style/whitespace cleanup; remove obsolete headers. | Damien George | 2014-09-03 |
| | | | | And move the MAP_ANON redefinition from py/asmx64.c to unix/alloc.c. | ||
* | Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and ↵ | Fabian Vogt | 2014-09-03 |
MP_PLAT_FREE_EXEC macros Fixes issue #840 |