summaryrefslogtreecommitdiffstatshomepage
path: root/unix/gccollect.c
Commit message (Expand)AuthorAge
* unix: fix symbol references for x86 MacJan Pochyla2016-11-02
* unix/gccollect: Provide declaration of exported function.Damien George2016-06-28
* unix: Implement garbage collection with threading.Damien George2016-06-28
* py: Add MP_STATE_THREAD to hold state specific to a given thread.Damien George2016-06-28
* py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.Damien George2015-11-29
* unix/gccollect: Fallback to setjmp-based register fetching automatically.Paul Sokolovsky2015-11-08
* unix: Add target to build "minimal" uPy interpreter.Damien George2015-01-16
* unix, windows: Don't call mp_unix_mark_exec on windows.Damien George2015-01-14
* py, unix: Trace root pointers with native emitter under unix port.Damien George2015-01-14
* py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.Damien George2015-01-12
* py: Put all global state together in state structures.Damien George2015-01-07
* unix: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* py: Make functions static where appropriate.Damien George2014-12-10
* py: Make gc.enable/disable just control auto-GC; alloc is still allowed.Damien George2014-10-31
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* stackctrl: Add "mp_" prefix.Paul Sokolovsky2014-07-01
* unix: Fix mpconfig.h not being included before misc.hstijn2014-06-28
* gc: Use simple cast instead of union to silence compilerstijn2014-06-22
* windows: Enable GC and implement bss start and end symbolsstijn2014-06-22
* py: Support arm and thumb ARM ISAs, in addition to thumb2.Paul Sokolovsky2014-06-22
* unix: Add setjmp-based GC register helper implementation.Paul Sokolovsky2014-06-05
* unix/gccollect.c: Make Clang workaround apply only to it. Unbreaks gcc builds.Paul Sokolovsky2014-05-28
* unix: Add asm statements needed to read registers with clang. Code generated ...Antonin ENFRUN2014-05-12
* Add license header to (almost) all files.Damien George2014-05-03
* unix: Update comment in gccollect.cxbe2014-04-11
* Changes to get unix/ port compiling on Cygwin.Damien George2014-04-03
* unix: Clean up includes.xbe2014-03-16
* unix: Add GC support for ARM architecture.Paul Sokolovsky2014-03-03
* GC: Fix printf formats for debugging; add gc_dump_alloc_table.Damien George2014-02-26
* More GC debugging improvements.Paul Sokolovsky2014-02-11
* unix: Implement garbage collection support.Paul Sokolovsky2014-02-11