Add code for change the cache policy for the mutator. In each round of gc, decide...
authorjzhou <jzhou>
Wed, 15 Sep 2010 22:38:32 +0000 (22:38 +0000)
committerjzhou <jzhou>
Wed, 15 Sep 2010 22:38:32 +0000 (22:38 +0000)
commit3c3aa6897246365fea31705c151e045568a6f6f2
tree01c2833a436834c6f6556b20c7f3c12d00d624c8
parentea2510ecfad84d7c3d8f063c221e492bf4eafbf4
Add code for change the cache policy for the mutator.  In each round of gc, decide the new policy for each page according to the gathered statistic data and adapt the new policies right before finishing gc.
Robust/src/Runtime/bamboo/multicorecache.h [new file with mode: 0644]
Robust/src/Runtime/bamboo/multicoregarbage.c
Robust/src/Runtime/bamboo/multicoregarbage.h
Robust/src/Runtime/bamboo/multicoreruntime.h
Robust/src/Runtime/bamboo/multicoretask.c
Robust/src/buildscript