fix so that profiling doesn't throw an error
[IRC.git] / Robust / src / Runtime / workschedule.c
2010-11-02 bdemskyfix so that profiling doesn't throw an error
2010-11-01 bdemskyclean stuff up a little
2010-10-29 jjenistafor original thread to become worker zero
2010-10-29 bdemskybug fix....have to make sure we don't insert task into...
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-25 jjenistaChanging OoOJava work scheduler to true work stealing...
2010-10-23 bdemskychanges
2010-10-22 bdemskychanges
2010-10-22 bdemskymore core...fix traversers...
2010-10-22 bdemskystill some bugs...but stall site code generation is in
2010-10-21 jjenistaimplemented deque for work stealing
2010-10-19 jjenistaswitch to a thread local stall sem for parent to give...
2010-10-18 bdemskymore changes towards oooJava version 2
2010-10-13 bdemskychanges...plus a little optimization
2010-09-27 jjenistabuildscript options to enable exaclty which coreprof...
2010-09-23 jjenistawhile working on memory pool for task records, fixed...
2010-09-16 jjenistatemporarily disabling this coreprof event, it appears...
2010-09-10 jjenistatask execute, dispatch, reture and work grabbing events...
2010-09-07 jjenistaSeveral changes:
2010-08-09 jjenistadid something I shouldnt have, mixed changes for two...
2010-08-06 yeomchanges to have proper path of coreprof.h
2010-08-03 bdemskybug fixes for coreprof
2010-08-03 bdemskymore changes
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-01-29 yeomchanges on work scheduler.
2010-01-27 yeomchanges, use atomic operation for managing dependency...
2010-01-22 yeomchanges. add MLP condition in the place of memory alloc...
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-18 jjenistaa better workscheduler--still has a deficiency because...
2009-07-30 jjenistastall mechanism working, but data passing between SESE...
2009-07-27 jjenistasimplified work schedule, will implement work-stealing...
2009-07-24 jjenistachanges
2009-07-24 jjenistaworking up mlp system
2009-06-12 jjenistawork stealing schedule system cleanly runs highly paral...