Re: Language features for compiler writing was: Java compiler courses

"Daniel C. Wang" <danwang74@gmail.com>
28 Apr 2007 23:31:24 -0400

          From comp.compilers

Related articles
[3 earlier articles]
Language features for compiler writing was: Java compiler courses cfc@shell01.TheWorld.com (Chris F Clark) (2007-04-27)
Re: Language features for compiler writing was: Java compiler courses torbenm@app-2.diku.dk (2007-04-27)
Re: Language features for compiler writing was: Java compiler courses DrDiettrich1@aol.com (Hans-Peter Diettrich) (2007-04-27)
Re: Language features for compiler writing was: Java compiler courses la@iki.fi (Lauri Alanko) (2007-04-28)
Re: Language features for compiler writing was: Java compiler courses jon@ffconsultancy.com (Jon Harrop) (2007-04-28)
Re: Language features for compiler writing was: Java compiler courses DrDiettrich1@aol.com (Hans-Peter Diettrich) (2007-04-28)
Re: Language features for compiler writing was: Java compiler courses danwang74@gmail.com (Daniel C. Wang) (2007-04-28)
Re: Language features for compiler writing was: Java compiler courses s.r.clarkstone@durham.ac.uk (Simon Richard Clarkstone) (2007-04-29)
Re: Language features for compiler writing was: Java compiler courses torbenm@app-5.diku.dk (2007-05-04)
Re: Language features for compiler writing was: Java compiler courses dot@dotat.at (Tony Finch) (2007-05-04)
| List of all articles for this month |

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.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.