[NCLUG] Garbage Collection in C

Alex Bobby linuxprogrammer2003 at yahoo.co.in
Tue Nov 25 19:44:33 MST 2003


Programmers,
 
Do we have any better technical approach to implement garbage collection in C, other than establishing a counter and freeing () the 
dynamic chunk when the count becomes zero.
Programmers,
 

I believe to make use of the storage classes of the pointers pointing to the chunk, the information embedded in the object file, by the compiler.
Thus, we go beyond the compilation phase, which I am not interested in.
 
Regards Gopi

 


Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nclug.org/pipermail/nclug/attachments/20031126/6c89d3ba/attachment.html>


More information about the NCLUG mailing list