Polish multicore code
[IRC.git] / Robust / src / Runtime / bamboo /
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-24 jzhouBug fixes for gc
2011-03-23 jzhouBug fixes for gc
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
2011-03-17 jzhouFix compilation problems for multicore code
2011-03-16 jzhouBug fix. Now the SPECjbb2005 can run with small workloa...
2011-03-12 jzhouFix bug in Class Library
2011-03-02 jzhouFix bugs for static fields/blocks and instanceof operat...
2011-02-26 jzhouRemove the extra copy of static field in the object...
2011-02-25 jzhouMake new field naming strategy work for MGC
2011-02-24 jzhouFix a shadow field related bug in the compiler. Defined...
2011-02-19 jzhouAdd some runtime support for MGC
2010-10-19 jzhouAdd support for 'static' fields in multicore gc version...
2010-10-14 jzhouAdd process of global thread queue in gc, not tested yet
2010-10-14 jzhouSynchronized block is now working. A simple test is...
2010-10-14 jzhouFix bug in termination of the multicore gc version...
2010-10-14 jzhouAdd the runtime for multicore gc version w/o tasks...
2010-10-13 jzhouChanges to accommodate the runtime for multicore gc...
2010-10-08 jzhouFix alias locks. KMeans is now serialized but the...
2010-10-07 jzhoubug fix
2010-10-04 jzhouConfig the size of the shared heap for TSP benchmark
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