changes
[IRC.git] / Robust / src / Runtime / garbage.c
2010-09-23 jjenistawhile working on memory pool for task records, fixed...
2010-08-16 jjenistachange garbage.c initial heap size to a macro, configur...
2010-08-11 jjenistafix sese garbage collection bug calculating offsets...
2010-08-03 bdemskyaccidental update
2010-08-03 bdemskychange
2010-07-14 yeombug fix: memory queue has the case of empty rentry.
2010-05-03 yeombring a snapshot before further changes of memory queue...
2010-03-23 yeomchanges for a better strategy of clearing memory.
2010-01-22 yeomchanges. add MLP condition in the place of memory alloc...
2009-12-17 adashruntime changes for ecoop submission
2009-11-21 bdemskychanges
2009-11-09 bdemskybug fixes
2009-11-06 bdemskychanges to support inlined fission transactions
2009-10-30 bdemskybug fixes
2009-10-27 bdemskymore stm options
2009-10-24 bdemskybug fixes
2009-10-24 bdemskychanges
2009-10-15 bdemskychanges
2009-10-14 bdemskytry to organize code more...
2009-10-13 bdemskymake build system for benchmarks a little nicer
2009-10-08 jihoonlrecovery flag added
2009-07-22 bdemskychanges
2009-07-13 bdemskyruntime support for read only TRANSREADS
2009-06-29 bdemskymajor change in the way GC works..hope it doesn't break...
2009-06-25 bdemskyadd garbage collection support to delaycomp
2009-06-02 bdemskysupport to print out size of garbage
2009-05-13 bdemskychanges
2009-05-13 bdemskyvarious bug fixes
2009-05-13 bdemskytry to simplify garbage collector lock
2009-05-06 adashlocking technique for risky objects enabled
2009-04-17 bdemskyoptimizations
2009-04-16 bdemskyfinally fix bug...after a full day on this one.
2009-04-14 bdemskyadd support for scratch memory
2009-04-14 bdemskychanges to improve performance
2009-04-13 bdemskyfix bugs, speedup
2009-04-10 bdemsky64 bit support in case we want it...it appears that...
2009-04-09 bdemskybug fixes
2009-04-09 bdemskyannoying gc bug
2009-04-08 bdemskyallocate memory in large blocks
2009-04-08 bdemskyhack stuff not to put new objects in lookup table....
2009-04-08 bdemskylarge number of bug corrections
2009-04-08 bdemskybug fixes
2009-04-07 bdemskyadd support for garbage collection statistics
2009-04-07 bdemskybug fix
2009-04-07 bdemskychanges to garbage collect STM
2009-04-07 bdemskyfix compile
2009-04-07 bdemskymemory stuff
2009-04-06 bdemskycloser to compiling
2009-04-06 bdemskyoops
2009-04-06 bdemskyget rid of error message about needtocollect
2009-04-03 adashadded options for STM
2009-03-14 bdemskyalign to 8 byte boundaries
2009-02-27 bdemskyThread local hack to make transRead faster...
2009-02-09 adash1. Added new 2DConv 15 X 15 kernel size
2009-02-03 bdemskybug fix
2009-02-02 bdemskychanges
2009-02-02 bdemskynew fastcheck option for bristlecone
2009-01-30 bdemskyadd comment to make sure that we know that 1 has a...
2008-12-21 bdemskyinline the gc check
2008-11-19 bdemskyprint a better error message
2008-11-12 adashChanges to increase garbage collector heap
2008-09-03 bdemskyoptimizations to checkpointing
2008-08-19 bdemskyChange tabbing for everything....
2008-04-15 jzhouadd codes for generating multi-core version binary...
2008-02-29 bdemskybug fixes for evil garbage collection bugs...
2008-02-27 adashbug
2007-11-08 bdemskymore changes
2007-10-18 bdemskybug fixes checked in
2007-09-12 bdemskychanges
2007-09-12 bdemskychanges
2007-08-17 bdemskyget some space for optional fs's
2007-08-10 bdemskymore changes
2007-05-10 bdemskyChanges to support garbage collection with tags...
2007-05-09 bdemskycheck in changes for tag support
2007-02-26 bdemskylots of bugs...garbage collection/checkpointing/etc
2007-02-26 bdemskymonitoring for dmalloc and bug fix
2007-02-26 bdemskysmall changes for benchmarks
2007-02-21 bdemskydrop locks if a thread crashes
2007-02-20 bdemskyadding thread support w/ locks
2007-02-16 bdemskybugs in my locking discipline
2007-02-16 bdemskyadd primitive support for multithreading
2007-01-04 bdemskyfix javadoc
2006-11-21 bdemskyThis update adds precise garbage collection to the...