Re: Memory management clarification
- From: Robert A Duff <bobduff@xxxxxxxxxxxxxxxxxxxx>
- Date: 26 Jul 2005 10:19:40 -0400
Adrien Plisson <aplisson-news@xxxxxxxxxxxxxxxx> writes:
> the only 2 compilers i can think of implementing a GC are JGNAT and
> MGNAT, 2 niche compilers targeting the JVM and CLI, mainly because the
> GC is a feature of their target platform. i'm not aware of any other
> implementation of a garbage collector, but i may be wrong...
SofCheck also has a JVM-targetted compiler, and it does GC.
A# targets the .NET platform, so I assume it does GC also.
- Bob
.
- References:
- Memory management clarification
- From: Maciej Sobczak
- Re: Memory management clarification
- From: Adrien Plisson
- Memory management clarification
- Prev by Date: Re: Memory management clarification
- Next by Date: Re: Memory management clarification
- Previous by thread: Re: Memory management clarification
- Next by thread: Re: Memory management clarification
- Index(es):
Relevant Pages
|