AngelCode.com > Reference Database > Languages/Creating your own language/Garbage collection

Accurate Garbage Collection in an Uncooperative Environment

Date written:June, 2002
Authors:Fergus Henderson
Resource type:article
Links:[pdf]

Description

This article dsicusses an interesting approach to garbage collection. It shows how to output C code that performs GC correctly. This is a very good feature since the C code can be compiled without problem on most systems.

DB information

Date created:0000-00-00 00:00:00
Date evaluated:0000-00-00 00:00:00
Categories:Languages/Creating your own language/Garbage collection