Add a new shared memory allocation strategy: fixed mode. In this mode, the master...
authorjzhou <jzhou>
Tue, 6 Jul 2010 23:14:19 +0000 (23:14 +0000)
committerjzhou <jzhou>
Tue, 6 Jul 2010 23:14:19 +0000 (23:14 +0000)
commitb5a34e24dae205606bf148d617a515ed7f62e187
tree0dfe4caee07f40c2ef3a063fd437fafdcaf16c37
parent590cab5929057584e4800faa58f8a4608624284b
Add a new shared memory allocation strategy: fixed mode.  In this mode, the master core first allocates the 'local' shared memory chunks to each core.  When there are no more 'local' shared memory chunks for a core, the master core tries to allocate shared memory chunks that are belonging to the core's neighbour cores.  The priority of the neighbour cores are left-right-up-below.  If the master core failed again, it enables GC.
Robust/src/Runtime/multicoretask.c
Robust/src/buildscript