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

Ruby: GCAndExtensions

Date written:Jan, 2005
Authors:Tim Sutherland
Resource type:article
Links:[html]

Description

This article gives an overview on Ruby's GC. It is especially interesting to note that it is able to search the C stack as well for references. Global C variables are included in the search by explicitly registering them with Ruby.

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
Languages/Scripting/Ruby