plum-umd / the-838e-compiler

Compiler for CMSC 838E
2 stars 0 forks source link

Garbage collector #55

Open dvanhorn opened 3 years ago

dvanhorn commented 3 years ago

Implement a copying garbage collector. There is a start to such a thing in gc.c and I can work with whoever takes this on to adapt what's there for the current runtime.

8tx7K38ej1aBTKWK commented 3 years ago

See also the vl_malloc alias in villain.h, defined for the C API.