changes.
[IRC.git] / Robust / src / Runtime / memPool.h
2011-04-27 bdemskyFix tabbing.... Please fix your editors so they do...
2010-11-09 bdemsky(1) make type of memPool more precise...
2010-11-01 bdemskyconvert CAS -> XCHG when possible....no retry necessary...
2010-10-29 jjenistacommit some useful debug stuff all turned off until...
2010-10-28 jjenistaeven though man page says otherwise, addr and len to...
2010-10-27 jjenistaadd feature to memPool for detecting misuse of records...
2010-10-26 bdemskysingle ended queue work stealing scheduler
2010-10-26 jjenistachange calloc to RUNMALLOC, added some optional debug...
2010-10-26 bdemskyoptimize dispatch a little more
2010-10-26 bdemskyChanges... small fix to jim's bugfix...touching our...
2010-10-21 jjenistaimplemented deque for work stealing
2010-10-19 bdemskylet the prefetch go through a register instead...
2010-10-19 jjenistaswitch to a thread local stall sem for parent to give...
2010-10-13 jjenistaadded prefetch when grabbing a record for next one...
2010-09-24 jjenistafound a bug, wasn't returning pointer at end of poolcre...
2010-09-24 jjenistathere is definitely an uninitialized mem bug, temp...
2010-09-23 jjenistaworking on task mem pool, there is a crash bug, use...
2010-09-23 jjenistawhile working on memory pool for task records, fixed...
2010-09-16 jjenistamodularize core prof correctly, starting mem pool strat...