orangeduck / tgc

A Tiny Garbage Collector for C
Other
968 stars 64 forks source link

Is embedded systems a goal? #3

Closed beriberikix closed 6 years ago

beriberikix commented 8 years ago

I'm curious if you're targeting GC on microcontrollers. 64kb or less of memory, possibly 8-bit, etc.

For example, would you see this run on an AVR, i.e. Arduino? As more and more languages make their way onto MCUs, GC would be a useful addition.

orangeduck commented 8 years ago

I'd love to see tgc run on embedded devices. For most devices I don't see any real reason why it wouldn't work, but it would require some testing and currently I don't own any.