Fix a performance bug in the multicore gc version. In hvc files, should not reserve...
[IRC.git] / Robust / src / Runtime / multicoregarbage.h
2010-08-21 jzhouFix a performance bug in the multicore gc version....
2010-08-05 jzhouFix bug in multicore gc: the master core should send...
2010-07-23 jzhousome bug fixes
2010-07-19 jzhouConfigure the workloads of the benchmarks and the size...
2010-07-14 jzhouAdd macros to control the memory allocation/cache/memor...
2010-07-09 jzhouFix the strategy for determination of when the gc mark...
2010-07-08 jzhouChange the local hashtable for recording the pointer...
2010-07-02 jzhouset the shared mem as 16MB
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-10 jzhoufix some bugs in Bamboo
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-01 jzhoubug fix in multicore gc
2009-11-25 jzhoufix bug in multicore gc
2009-10-27 jzhouRestructure the shared memory allocation and fixed...
2009-10-21 jzhouchange to use static mapping of core # and block #...
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-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 jzhouinitial multicore gargbage collection, not finish yet