GC Implementation

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
stijn
Posts: 735
Joined: Thu Apr 24, 2014 9:13 am

GC Implementation

Post by stijn » Tue Aug 26, 2014 7:04 am

Introduction/sample to the GC principle used in uPy: http://web.engr.illinois.edu/~maplant2/gc.html
And interesting discussion following: https://news.ycombinator.com/item?id=8222487

stijn
Posts: 735
Joined: Thu Apr 24, 2014 9:13 am

Re: GC Implementation

Post by stijn » Thu Sep 04, 2014 9:46 am

Lots of interesting info on GC implementations lately.. This one is nice:

http://spin.atomicobject.com/2014/09/03 ... lgorithms/

Post Reply