Re: Ada GC (was about Java VM)

kelvin@cs.iastate.edu (Kelvin Nilsen)
31 Jan 1996 23:26:43 -0500

          From comp.compilers

Related articles
Possible to write compiler to Java VM? (I volunteer to summarize) seibel@sirius.com (Peter Seibel) (1996-01-17)
Re: Possible to write compiler to Java VM? hbaker@netcom.com (1996-01-29)
Re: Ada GC (was about Java VM) dewar@cs.nyu.edu (1996-01-29)
Re: Ada GC (was about Java VM) boehm@parc.xerox.com (1996-01-30)
Re: Ada GC (was about Java VM) dewar@cs.nyu.edu (1996-01-30)
Re: Ada GC (was about Java VM) hbaker@netcom.com (1996-01-31)
Re: Ada GC (was about Java VM) Steve_Kilbane@cegelecproj.co.uk (1996-01-31)
Re: Ada GC (was about Java VM) kelvin@cs.iastate.edu (1996-01-31)
Re: Ada GC (was about Java VM) boehm@parc.xerox.com (1996-01-31)
Re: Ada GC (was about Java VM) jacobi@parc.xerox.com (1996-01-31)
Re: Ada GC (was about Java VM) jsa@organon.com (1996-01-31)
Re: Ada GC (was about Java VM) dewar@cs.nyu.edu (1996-02-01)
Re: Ada GC (was about Java VM) dewar@cs.nyu.edu (1996-02-01)
Re: Ada GC (was about Java VM) dewar@cs.nyu.edu (1996-02-01)
[11 later articles]
| List of all articles for this month |

From: kelvin@cs.iastate.edu (Kelvin Nilsen)
Newsgroups: comp.lang.java,comp.compilers,comp.lang.ada
Date: 31 Jan 1996 23:26:43 -0500
Organization: Iowa State University, Ames, Iowa
References: 96-01-037 96-01-100 96-01-118
Keywords: translator, C++, Ada

dewar@cs.nyu.edu (Robert Dewar) writes:
>Garbage collection is a technique for automatic storage management
>that is pretty much language independent. It is a good idea for some
>environments, and not for others. In particular, embedded applications
>and hard real-time applications prefer to stay away from garbage
>collection.


For your information, we are working on Java virtual machine support
that will provide garbage collection for hard-real-time embedded
applications. See the web site mentioned in my signature for more
details.


--
Kelvin Nilsen, Research Scientist voice: (515) 294-5143
151 ASC II, CATD fax: (515) 294-9519
Iowa State University internet: kelvin@iastate.edu
Ames, IA 50011 http://kickapoo.catd.iastate.edu/index.html
--


Post a followup to this message

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