This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: a .NET alternative (GJC et al)


A little note on terminology. IBM uses the term "type accurate" garbage
collector which I find useful. "precise" is still a rather imprecise
term, since obviously no garbage collector can be precise in the "do
what I mean" sense, since for example, stuff that is accessible but
never will be accessed again is not collectable, so garbage collection
can never be 100% automatic in the sense of getting rid of anything
that is no longer needed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]