mewmew / uc

A compiler for the µC language.
58 stars 5 forks source link

is Garbage Collection or Automatic Reference Counting Implemented? #80

Closed firecrackerz closed 5 years ago

firecrackerz commented 5 years ago

is Garbage Collection or Automatic Reference Counting Implemented?

sangisos commented 5 years ago

Neither. This is a small university compiler course project from 2016 that is not currently being developed. In the scope of the course we only have limited stack allocation, no heap allocation or memory management as far as I remember.