Add gcprofile to PMC garbage collector and compute the size of allocated obj instead...
authorjzhou <jzhou>
Sat, 16 Jul 2011 17:26:01 +0000 (17:26 +0000)
committerjzhou <jzhou>
Sat, 16 Jul 2011 17:26:01 +0000 (17:26 +0000)
commit6737424150caf7fcbb565038703dad9694657de1
tree596d98eb63018c89dee0e4e33ccb6b5c5ac9155d
parent892aa120d569d7d10c610f17c2bd840160fc98a1
Add gcprofile to PMC garbage collector and compute the size of allocated obj instead of the number of allocated obj per collection
Robust/src/Runtime/bamboo/multicoregarbage.c
Robust/src/Runtime/bamboo/multicoregccompact.c
Robust/src/Runtime/bamboo/multicoregcprofile.c
Robust/src/Runtime/bamboo/multicoregcprofile.h
Robust/src/Runtime/bamboo/multicoremem.c
Robust/src/Runtime/bamboo/multicoremsg.c
Robust/src/Runtime/bamboo/multicoreruntime.c
Robust/src/Runtime/bamboo/pmc_garbage.c