Hi, this is regarding the scan-part of the gc wherein each object is recursively scanned for either marking or copying. The go_through_object macro seems to give a handle to each child of object say A, that itself is an object i need information about the offset at which this "child object" is present relative to A. i tried debugging, putting lots of print statements but still i am not able to figure out the organization of cgcDesc class it would be of immense help if someone can explain how we can get this offset and also how the pointer map is stored in the cgcDescSeries class
thank you, archana