take pointer analysis out of the build for now
[IRC.git] / Robust / src / Runtime /
2011-01-27 stepheyRemoved vestigial code left over from "waiting queues...
2010-11-18 yeomprovides 'corepin' flag for mergesort
2010-11-18 bdemskychange
2010-11-18 yeomadd flag "corepin" for core pinning
2010-11-18 jjenistaforce oid increment to be a prime number
2010-11-17 bdemskyadd header files
2010-11-17 bdemskyaffinity call
2010-11-17 yeomgrabs a lock when it tries to reset
2010-11-17 yeomassigns workerID to the workerTR
2010-11-13 yeomremoves unnecessary LOCKXCHG operation to optimize.
2010-11-13 yeomfixes on hashStructure : when parent bin is ready,...
2010-11-12 yeomfix: retireHashTable clears its own readbin out of...
2010-11-11 yeomindex field of rentry is only for RCR, add guard condit...
2010-11-11 jjenistahave to consider an empty, ready read bin in front...
2010-11-10 jjenistacoreprof in RCR, just one event for now showing begin...
2010-11-10 jjenistapoolalloc with no poolfree should be benign, but it...
2010-11-10 jjenistaback out pool alloc for now, fix it right when its...
2010-11-10 jjenistapool allocate RCR obj-conflict hash table bin items
2010-11-10 jjenistacoreprof events, RCR stuff will be online onyl after...
2010-11-10 jjenistaalter RCR params, remove unused macro
2010-11-09 jjenistano need to add one worker thread, let end user decide
2010-11-09 jjenistabug fix, was releasing references a little too early
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 bdemsky(1) make type of memPool more precise...
2010-11-09 jjenistagenerated traversers already release
2010-11-09 jjenistapruning unneeded fields
2010-11-09 jjenistajust an explanation of LOCKXCH
2010-11-08 jjenistacapture a todo item, we don't expect its a problem...
2010-11-08 bdemskyfix bug
2010-11-08 bdemskychanges:
2010-11-05 yeomchanges: don't need to have resolvePointer opr for...
2010-11-05 bdemskydoesn't make sense for us to need a barrier here...
2010-11-05 jjenistajust add the type to make sure it is 3, which is what...
2010-11-05 jjenistawithout this barrier the compiler can optimize variable...
2010-11-05 jjenistahead pointer might be NULL, as is checked a few lines...
2010-11-05 bdemskychange
2010-11-05 bdemskybug fix
2010-11-05 bdemskybug fixes
2010-11-05 bdemskychanges
2010-11-03 bdemskymake sure 1 is long long...other bug fix
2010-11-02 jjenistanew coreprof event, move workschedule dowork label...
2010-11-02 jjenistaI misunderstood the REntry pointer, its a pointer to...
2010-11-02 bdemskyfix so that profiling doesn't throw an error
2010-11-01 jjenistaupdate poolcreate args for deque version as well
2010-11-01 bdemskyclean stuff up a little
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-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-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-27 jjenistamake sure mistakes are obvious with identifiable values
2010-10-27 yeomchanges: to prevent unnecessary LOCKXCHG when the unres...
2010-10-26 bdemskyreally bad bug
2010-10-26 bdemskysingle ended queue work stealing scheduler
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 bdemskyfix bug w/ recycling + RCR
2010-10-25 jjenistathis is a BUG, don't dereference the object pointer...
2010-10-25 stepheyAdded necessary variable initializations
2010-10-25 bdemskymake the traversers do something
2010-10-25 jjenistaChanging OoOJava work scheduler to true work stealing...
2010-10-25 bdemskychanges
2010-10-24 bdemskybug fixes
2010-10-24 bdemskychanges...handle races between coarse and fine grained...
2010-10-23 bdemskychanges
2010-10-22 bdemskybug
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-22 bdemskychanges towards rcr working...
2010-10-21 jjenistaimplemented deque for work stealing
2010-10-21 bdemskymore changes....much is still missing
2010-10-21 bdemskychanges
2010-10-21 bdemskychanges
2010-10-20 bdemskychanges
2010-10-20 bdemskychanges
2010-10-20 bdemskymore work towards working version
2010-10-19 bdemskychanges
2010-10-19 bdemskylet the prefetch go through a register instead...
2010-10-19 bdemskychanges
2010-10-19 jjenistaswitch to a thread local stall sem for parent to give...
2010-10-19 jzhouAdd support for 'static' fields in multicore gc version...
2010-10-18 bdemskymore changes towards oooJava version 2
2010-10-18 bdemskymore changes towards new version of oooJava
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 jjenistacoreprof updates, nothing huge
2010-10-14 jjenistahash of OIDs should not bit shift
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 jjenistabug fixes for oooJava, some debug events for coreprof...
2010-10-13 jjenistaadded prefetch when grabbing a record for next one...
2010-10-13 bdemskychanges...plus a little optimization
2010-10-13 bdemskychanges
2010-10-13 jzhouChanges to accommodate the runtime for multicore gc...
next