Change the local hashtable for recording the pointer mapping info used in the gc...
[IRC.git] / Robust / src / Runtime / multicoregarbage.c
2010-07-08 jzhouChange the local hashtable for recording the pointer...
2010-07-08 jzhouChange the zero out strategy for the shared memory...
2010-07-07 jzhouAdd a new shared memory allocation strategy: mixed...
2010-07-01 jzhouStatically ping memory from the nearest memory controll...
2010-06-24 jzhouCapture the version with shared hash table for pointer...
2010-06-21 jzhouCapture the version with mapinfo phase
2010-04-16 jzhoudisable Timer interrupt and some bug fixing
2010-04-10 jzhoufix some bugs in Bamboo
2010-03-17 jzhoucode clean: define TILERA_BME mode and TILERA_ZLINUX...
2010-02-25 jzhoufix some bug in the multicore gc
2010-02-10 jzhoubug fixing in multicore gc and add profiling code for gc
2010-02-02 jzhoubug fix in multicore gc
2010-01-29 jzhoubug fixing in multicore gc
2010-01-12 jzhouchange in the multicore version runtime. now it is...
2009-12-05 jzhoufix bugs in multicoregc
2009-12-03 jzhoubug fix in multicore gc, now half of current benchmarks...
2009-12-02 jzhoubug fix in multicore gc
2009-12-01 jzhoubug fix in multicore gc
2009-10-27 jzhouclose some debug info
2009-10-27 jzhouRestructure the shared memory allocation and fixed...
2009-10-21 jzhouchange to use static mapping of core # and block #...
2009-09-04 jzhoubug fixes in multicore gc
2009-09-03 jzhoubug fixes in multicore gc
2009-08-29 jzhoubug fixes in multicore gc
2009-08-28 jzhoubug fixes in multicore gc
2009-08-27 jzhoubug fixes in multicore gc
2009-08-26 jzhoubug fixes in multicore gc
2009-08-25 jzhoubug fix in multicore gc
2009-08-20 jzhoufinish gc codes and fix some bug
2009-08-18 jzhouchanges on compact phase
2009-08-08 jzhouchanges, large objs processing not finished yet
2009-08-07 jzhoufinish most parts, need to fix large objs handling...
2009-08-06 jzhouadd compact phase code for multicore gc, not finished yet
2009-08-05 jzhouadd load balance module for multicore gc, fix message...
2009-08-01 jzhouchanges for multicore GC. Chang the lock mechanism...
2009-07-31 jzhoumore changes
2009-07-31 jzhouinitial multicore gargbage collection, not finish yet