Remove the local mapping tbl and shared mapping tbl in gc, instead, use a big shared...
authorjzhou <jzhou>
Tue, 29 Mar 2011 16:44:14 +0000 (16:44 +0000)
committerjzhou <jzhou>
Tue, 29 Mar 2011 16:44:14 +0000 (16:44 +0000)
commitdcbc68c258754987862b6ee4818ed2d25ef422a8
tree67353a5726d543e7530ed02bf995f00cd8c99394
parented1e4d41f13a669153bc4c65c5d36b094f58d426
Remove the local mapping tbl and shared mapping tbl in gc, instead, use a big shared array to hold the mapping information of moved objs
Robust/src/Runtime/bamboo/multicoregarbage.c
Robust/src/Runtime/bamboo/multicoregarbage.h
Robust/src/Runtime/bamboo/multicoremem.h
Robust/src/Runtime/bamboo/multicoreruntime.c
Robust/src/Runtime/bamboo/multicoreruntime.h
Robust/src/Runtime/mem.c
Robust/src/Runtime/mem.h
Robust/src/buildscript