typedef struct DvmHeapChunk {
#if WITH_OBJECT_HEADERS
......
u2 birthGeneration;
u2 markCount;
u2 scanCount;
u2 oldMarkGeneration;
u2 markGeneration;
u2 oldScanGeneration;
u2 scanGeneration;
.....
I also noticed that, the "birthGeneration" is actually
useless in this mark-sweep algorithm.
Does this imply that you are planning to improve the
current GC to a generational mark-sweep garbage collector?:-)
I hope my question is not reckless :P
Thank you for your help.
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To post to this group, send email to android-...@googlegroups.com.
To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.