summaryrefslogtreecommitdiffstatshomepage
path: root/py/gc.c
Commit message (Expand)AuthorAge
* Move BITS_PER_BYTE, BITS_PER_WORD to mpconfig.h for reuse.Paul Sokolovsky2014-01-12
* Factor and simplify Makefile's and mpconfig, part 2.Damien George2014-01-07
* Change object representation from 1 big union to individual structs.Damien2013-12-21
* Call gc_free in gc_realloc after allocating new block.Damien2013-10-23
* Fix func decls with no arguments: () -> (void).Damien2013-10-23
* gc: reserve first block; lexer: free vstr.Damien2013-10-22
* Add gc_free function to force a block to be freed.Damien2013-10-22
* Clear ATBs on gc_init; better gc_info.Damien2013-10-22
* Add mark-sweep garbage collector.Damien2013-10-21