From: | "Daniel C. Wang" <danwang74@gmail.com> |
Newsgroups: | comp.compilers,comp.lang.functional |
Date: | 28 Apr 2007 23:31:24 -0400 |
Organization: | Compilers Central |
References: | 07-04-074 07-04-084 07-04-109 07-04-125 07-04-135 |
Keywords: | design, GC |
Posted-Date: | 28 Apr 2007 23:31:24 EDT |
Hans-Peter Diettrich wrote:
{stuff deleted}
> In all cases RTTI is a requirement for GC, and type safety at least
> is desireable.
There are several GC schemes that allow you to get by with nothing
more than a stack map. So individual objects need not have any runtime
type info.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.