Hi, I'm trying to debug some memory leaks and now need to understand what collector.{h,cpp} are doing. Could someone point me to some documents to explain how the garbage collector works? I've also run valgrind and it complained that CollectorBitmap::get() uses an unreferenced value. I'm not sure whether this is really wrong, so I'll have to first understand how the garbage collector works, the alignment magic used with JSCell and whatever other GC magic I could probably figure out on my own but only after staring at the code for a long time.
Josh
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev