changes.
[IRC.git] / Robust / src / Runtime / mlp_runtime.h
2011-04-27 bdemskyFix tabbing.... Please fix your editors so they do...
2011-04-21 jjenistabetter implementation of this
2011-04-20 jjenistaa new field has been added to the standard object layou...
2011-03-28 bdemskymake compile
2010-11-09 bdemskychanges
2010-11-09 bdemskynasty bug...have to make sure we don't free a task...
2010-11-09 bdemskychanges
2010-11-09 jjenistapruning unneeded fields
2010-11-08 bdemskychanges:
2010-11-05 bdemskybug fixes
2010-11-05 bdemskychanges
2010-11-02 jjenistaI misunderstood the REntry pointer, its a pointer to...
2010-10-29 jjenistacommit some useful debug stuff all turned off until...
2010-10-27 jjenistaadd feature to memPool for detecting misuse of records...
2010-10-26 bdemskyreally bad bug
2010-10-26 jjenistacouple of minor bug fixes
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-25 jjenistathis is a BUG, don't dereference the object pointer...
2010-10-24 bdemskybug fixes
2010-10-24 bdemskychanges...handle races between coarse and fine grained...
2010-10-22 bdemskychanges
2010-10-22 bdemskystill some bugs...but stall site code generation is in
2010-10-19 jjenistaswitch to a thread local stall sem for parent to give...
2010-10-14 jjenistahash of OIDs should not bit shift
2010-10-13 bdemskychanges...plus a little optimization
2010-10-12 jjenistaok, this is a wacky commit, purposefully leaving a...
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-08-11 jjenistafix sese garbage collection bug calculating offsets...
2010-08-03 bdemskyaccidental update
2010-08-03 bdemskychange
2010-05-06 yeomchanges for the case that an SESE enqueues more than...
2010-05-04 yeomchanges for using unique ID instead of obj address...
2010-05-03 yeombring a snapshot before further changes of memory queue...
2010-04-09 yeomfixes in handling unresolved pointer.
2010-04-06 yeomchanges for handling unresolved in-var pointer.
2010-03-08 yeomchanges.
2010-03-04 yeominitial commit of new memory queue. still just working...
2010-02-01 yeomkeep last snapshot for benchmark before moving to new...
2010-01-31 bdemskyfix the 64 bit clean bug with mlp
2010-01-28 yeomchanges. get rid of unnecessary iteration over the...
2010-01-27 yeomchanges, use atomic operation for managing dependency...
2010-01-13 yeomchanges in SESE lock scheme using clique covering.
2010-01-09 yeomchanges.
2010-01-07 yeomchanges.
2010-01-06 yeomchanges.
2009-12-23 yeominitial commit for adding memory conflicts feature...
2009-08-25 jjenistamethod call support works for small programs, bigger...
2009-08-25 jjenistaStill haven't worked all the bugs out of MLP's support...
2009-08-20 jjenistalots of bug fixes, partial solution towards allowing...
2009-08-18 jjenistafound one reason for system hang--there is still at...
2009-08-13 jjenistasese's wait for children to exit before exiting
2009-08-05 jjenistabig update for forwarding lists and dependency counts...
2009-07-30 jjenistastall mechanism working, but data passing between SESE...
2009-07-30 jjenistaAn implementation of parent/child stalling that compile...
2009-07-28 jjenistanewly realized mlp successfully issues and runs root...
2009-07-28 jjenistamlp system changes
2009-07-24 jjenistaworking up mlp system
2009-06-18 jjenistagetting close to mlp running a limited program
2009-06-17 jjenistaadd a phtread implementation of semaphores for general...
2009-06-16 jjenistamore work on mlp system
2009-06-10 jjenistamore mlp code, needs dependency counts
2009-06-09 jjenistamore updates towards implementing SESE runtime
2009-06-01 jjenistaabout to make lots of changes to system, just committin...
2009-05-26 jjenistaStable, not functional. Builds a switch case for uniqu...
2009-05-24 jjenistaNot functional, but stable--sese invocation code pulls...
2009-03-31 jjenistaAdded mlp runtime skeleton, flags to build it, syntax...