Garbage collected types

frankalahan@gmail.com
18 Jul 2006 14:05:05 -0400

          From comp.compilers

Related articles
Garbage collected types frankalahan@gmail.com (2006-07-18)
Re: Garbage collected types gneuner2/@comcast.net (George Neuner) (2006-07-21)
| List of all articles for this month |

From: frankalahan@gmail.com
Newsgroups: comp.compilers
Date: 18 Jul 2006 14:05:05 -0400
Organization: Compilers Central
Keywords: GC, question
Posted-Date: 18 Jul 2006 14:05:05 EDT

I am working on a precise garbage collector. Since the garbage
collector information won't be available for all types (and memory
blocks), I will have problems when mixing garabage collected types and
non garbage collected ones. My biggest concern is all the libraries
allready compiled... they won't have my garbage collector support.


I've been looking for articles about mixing both kind of types with
not much sucess. Anyone could give me a hint about where to look for
that kind of information or articles?


I know I wouldn't have this problem with a conservative one, but as I
said before, my intention is to build a precise garbage collector.


thanks all,
      Francisco



Post a followup to this message

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