changes
[IRC.git] / Robust / src / Runtime / bamboo / multicoregarbage.c
2011-07-20 bdemskychanges
2011-07-20 bdemskybug fix
2011-07-19 bdemskytry to move code around to sync up operations between...
2011-07-19 jzhouremove sampling for policy1&2, tmp solution
2011-07-16 jzhouAdd gcprofile to PMC garbage collector and compute...
2011-07-14 jzhoufix profile code
2011-07-13 bdemskycode changes...fix all of the statistics collection...
2011-07-13 bdemskytowards fixing bugs...
2011-07-11 bdemskyadd more space for profile data
2011-07-10 bdemskyclean up dtlb sample code...mostly fixing multisample bug
2011-07-10 bdemskyadd profiling....
2011-07-03 bdemskybug fixes
2011-07-02 jzhouAdd cache adaptive code to multicore gc and add support...
2011-07-02 bdemskylots of bug fixes...none of them the right one
2011-06-30 bdemskyreturn freespace not usedspace
2011-06-30 bdemskyremove debug printouts
2011-06-28 bdemskynext roundof bug fixes
2011-06-27 bdemskyruns the memory benchmark now...
2011-06-25 bdemskyturn off debugging messages....another bug fix
2011-06-22 bdemskychanges
2011-06-21 bdemskytry to make update phase work...need to ask for permiss...
2011-06-21 bdemskybug fixes...still doesn't work
2011-06-21 bdemskymore changes...think first version of memory allocation...
2011-06-20 bdemskyonly call mark once...
2011-06-20 bdemskyget it to compile again
2011-06-20 bdemskymore changes
2011-06-20 bdemskymore changes
2011-06-19 bdemskymore changes
2011-06-19 bdemskyget it to compile again
2011-06-19 bdemskyclean up stuff...will add back later...
2011-06-18 bdemskyget it to compile
2011-06-18 bdemskycode changes
2011-06-18 bdemskybug fixes
2011-06-18 bdemskychange objects
2011-06-18 bdemskymore changes
2011-06-16 bdemskymore of my changes
2011-06-15 bdemskychanges to get rid of all type errors...
2011-06-15 bdemskymore work towards type checking
2011-06-14 bdemskyclean up typing mistakes
2011-06-14 bdemskyfix mgchash table...isn't supposed to do allocation...
2011-06-14 bdemskychanges to support marked bit table...might work??
2011-06-14 bdemskychanges
2011-06-13 jzhouMy changes
2011-06-01 jzhouParallelize the cache adpation
2011-05-17 jzhouFix bug in multicore gc
2011-05-12 jzhouSome code clean and make the cache adapt version compile
2011-05-11 jzhouCode clean
2011-05-10 jzhouCode clean
2011-05-10 jzhouMake SPECjbb compile again
2011-05-10 jzhouMore code clean
2011-05-09 jzhouCode clean. Change BAMBOO_EXIT macro to print out file...
2011-05-09 bdemskychanges committed
2011-05-07 bdemskysome cleaning up of code.... simplify many loops....
2011-05-07 jzhoubug fix in multicore code
2011-05-05 jzhouA small bug
2011-05-05 jzhouPolish multicore code
2011-04-21 jzhouBug fixes for multicore gc
2011-04-20 jzhoubug fix for multicore gc version
2011-04-15 jzhouChanges regarding the lock system. Still bugs and the...
2011-04-08 jzhouEnable 1,2,4,8,16,32,50 cores' execution
2011-04-06 jzhouChanges
2011-04-02 jzhouBug fixes and add some code for easy debugging
2011-03-31 jzhouBug fix: should use unsigned int instead of int for...
2011-03-29 jzhouRemove the local mapping tbl and shared mapping tbl...
2011-03-27 jzhouBug fix in MGC version: bamboo_threadlocks is also...
2011-03-23 jzhouBug fixes in MGC verison. SPECjbb2005 is now working...
2011-03-19 jzhouFix bug for MGC garbage collection
2011-03-18 jzhouRemove compilation errors for MGC code with gc
2010-10-14 jzhouAdd process of global thread queue in gc, not tested yet
2010-10-01 jzhouFix bugs in cache adapt verion.
2010-09-29 jzhouClean up the code
2010-09-28 jzhouClean up the code: clean up debug msgs
2010-09-24 jzhouClean up the code: remove commented code
2010-09-23 jzhoubug fix in gc cache adaption
2010-09-22 jzhoubug fix
2010-09-22 bdemskyfix bugs
2010-09-22 bdemskyoptimiz
2010-09-21 jzhoufix performance bug
2010-09-21 jzhoumy changes
2010-09-21 bdemskychanges
2010-09-21 jzhouBug fix in gc cache adaption version
2010-09-20 jzhouRemove the boundary of cache access sampling. Add outpu...
2010-09-18 jzhouInitial version of cache adaption for mutator
2010-09-16 jzhouMake the statistic data for cache adaption irrelavent...
2010-09-15 jzhouAdd code for change the cache policy for the mutator...
2010-09-02 jzhouremove unnecessary dtlb flush
2010-09-02 jzhouFix the 'markbit' bug of cache-adapt multicoregc versio...
2010-09-02 jzhouClean multicore version code