h2005422@xxxxxxxxxxxxxxxxx writes: > I am implementing Generational garbage collector.Now i have make > mark phase of our project.Now i want to include my this code in my > GCC package.Kindle tell me the way to include this code in my gcc > package so that i can configure and install my gcc package and than > i cam implement my code. Well, that depends. How are you going to handle write barriers, for example? What languages will you support? We're going to need much more information. Andrew.