2010-09-23 |
jzhou | bug fix in gc cache adaption |
commit | commitdiff | tree | snapshot |
2010-09-22 |
jzhou | bug fix |
commit | commitdiff | tree | snapshot |
2010-09-22 |
stephey | Added getter method to get all effects (needed for... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
stephey | This version prints out correct C code in terms of... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
bdemsky | fix bugs |
commit | commitdiff | tree | snapshot |
2010-09-22 |
bdemsky | optimiz |
commit | commitdiff | tree | snapshot |
2010-09-21 |
jjenista | turn off coreprof by default |
commit | commitdiff | tree | snapshot |
2010-09-21 |
jzhou | fix performance bug |
commit | commitdiff | tree | snapshot |
2010-09-21 |
jzhou | my changes |
commit | commitdiff | tree | snapshot |
2010-09-21 |
jjenista | an appropriate test to simulate SOR for new pool allocation |
commit | commitdiff | tree | snapshot |
2010-09-21 |
jjenista | disable coreprof by default |
commit | commitdiff | tree | snapshot |
2010-09-21 |
jjenista | help user by showing human-readable task identifier |
commit | commitdiff | tree | snapshot |
2010-09-21 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2010-09-21 |
jzhou | Bug fix in gc cache adaption version |
commit | commitdiff | tree | snapshot |
2010-09-20 |
jzhou | Remove the boundary of cache access sampling. Add outpu... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
jzhou | Initial version of cache adaption for mutator |
commit | commitdiff | tree | snapshot |
2010-09-16 |
jjenista | modularize core prof correctly, starting mem pool strat... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
jjenista | mini test to mimic SOR for mem pool testing |
commit | commitdiff | tree | snapshot |
2010-09-16 |
jjenista | temporarily disabling this coreprof event, it appears... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
jzhou | Make the statistic data for cache adaption irrelavent... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
jzhou | Add code for change the cache policy for the mutator... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
jjenista | this micro benchmark does not accurately imitate OOOjav... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
jjenista | a self-contained test of the mempool strategy, doesnt... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
stephey | Work In Progress Commit. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
jjenista | change parser to match runtime changes, still some... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
jjenista | task execute, dispatch, reture and work grabbing events... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
stephey | Work In Progress Commit. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
stephey | Added logic for determining weakly connected groups... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
jjenista | Changed parsing of coreprof data to keep parent/child... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
stephey | Jim told me to change the int hashCodeSpecific() functi... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
jjenista | Changed coreprof macros to match coreprof.h, altered... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
jjenista | Several changes: |
commit | commitdiff | tree | snapshot |
2010-09-07 |
jjenista | a test case for shutting down ooojava work threads... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
stephey | Added some extra logic for rehashing all effects by... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
jzhou | remove unnecessary dtlb flush |
commit | commitdiff | tree | snapshot |
2010-09-02 |
jzhou | Fix the 'markbit' bug of cache-adapt multicoregc versio... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
jzhou | Clean multicore version code |
commit | commitdiff | tree | snapshot |
2010-09-02 |
stephey | Quick Change: Moved some misplaced comments. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
stephey | Contains first sketch of waiting queue logic. The Waiti... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
jzhou | Add code for GC_CACHE_ADAPT version. Now the 61-1gc... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
stephey | Very, very rough draft of the hash structure to be... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
jjenista | convenient run script |
commit | commitdiff | tree | snapshot |
2010-08-26 |
jjenista | a makefile if desired |
commit | commitdiff | tree | snapshot |
2010-08-21 |
jzhou | Fix a performance bug in the multicore gc version.... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
stephey | Split debug flag for Java/C sides. Added logic to preve... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
stephey | Added StallSite RuntimeConflictResolver invocations... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
stephey | Changed variable type to make more compatible with RCR |
commit | commitdiff | tree | snapshot |
2010-08-17 |
yeom | fix wrong condition. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
stephey | Changed the way conflict flags are propagated (fixed... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
stephey | Fixed bug of ignoring multiple effects for same alloc... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
jzhou | Recent code changes: remove redundant code/comment... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
jjenista | back out change to separate event type and timestamp... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
jjenista | checking bug fix for memory queue, the jury is still... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
jjenista | change garbage.c initial heap size to a macro, configur... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
stephey | Changes. Contains bug where not all effects are saved... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
yeom | changes. add coarse case into our previous changes... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
stephey | Temporarily integrates Runtime Conflict Resolution... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
stephey | fixed some include bugs |
commit | commitdiff | tree | snapshot |
2010-08-12 |
stephey | Added Changes requested by Jim. Fixed problem of infini... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
stephey | Generates syntatically correct code but appears to... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
jjenista | fix sese garbage collection bug calculating offsets... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
jjenista | Some tests that are helping with SESE garbage collectio... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
stephey | Mostly works, but has bug of not checking primative... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
jjenista | did something I shouldnt have, mixed changes for two... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
yeom | fix to handle stall site properly for generating confli... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
yeom | interface to grab the conflict effect set for Stephen, |
commit | commitdiff | tree | snapshot |
2010-08-06 |
yeom | changes to have proper path of coreprof.h |
commit | commitdiff | tree | snapshot |
2010-08-06 |
yeom | introduces new flag for runtime conflict resolver. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
stephey | Completed version before tying in with system and debug |
commit | commitdiff | tree | snapshot |
2010-08-05 |
yeom | fixes on FlatWriteDynamicVarNode to handle properly... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
yeom | fixes on tracking benchmark. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
jzhou | Fix bug in multicore gc: the master core should send... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
jzhou | fix some bug found by Yonghun |
commit | commitdiff | tree | snapshot |
2010-08-05 |
stephey | Changes. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
jjenista | document OOOJava and Disjoint options |
commit | commitdiff | tree | snapshot |
2010-08-03 |
yeom | polish source code + last changes. |
commit | commitdiff | tree | snapshot |
2010-08-03 |
yeom | polish source code and add test data |
commit | commitdiff | tree | snapshot |
2010-08-03 |
yeom | last changes to power benchmark |
commit | commitdiff | tree | snapshot |
2010-08-03 |
bdemsky | do subtraction |
commit | commitdiff | tree | snapshot |
2010-08-03 |
bdemsky | bug fixes for coreprof |
commit | commitdiff | tree | snapshot |
2010-08-03 |
bdemsky | fix bugs |
commit | commitdiff | tree | snapshot |
2010-08-03 |
bdemsky | accidental update |
commit | commitdiff | tree | snapshot |
2010-08-03 |
bdemsky | change |
commit | commitdiff | tree | snapshot |
2010-08-03 |
bdemsky | error in buildscript |
commit | commitdiff | tree | snapshot |
2010-08-03 |
bdemsky | more changes |
commit | commitdiff | tree | snapshot |
2010-08-03 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2010-08-02 |
bdemsky | checking outstanding changes in my CVS |
commit | commitdiff | tree | snapshot |
2010-08-02 |
yeom | changes. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
yeom | changes. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
yeom | changes. |
commit | commitdiff | tree | snapshot |
2010-08-01 |
yeom | changes. |
commit | commitdiff | tree | snapshot |
2010-08-01 |
bdemsky | check in bug fixes...yong-hun, these are already in... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
bdemsky | small change to clean up allocation |
commit | commitdiff | tree | snapshot |
2010-08-01 |
bdemsky | new benchmark |
commit | commitdiff | tree | snapshot |
2010-08-01 |
yeom | changes. |
commit | commitdiff | tree | snapshot |
2010-08-01 |
yeom | add tracking benchmark |
commit | commitdiff | tree | snapshot |
2010-08-01 |
yeom | changes. |
commit | commitdiff | tree | snapshot |
2010-08-01 |
bdemsky | just java version |
commit | commitdiff | tree | snapshot |
2010-08-01 |
jjenista | faithful c-port of crypt |
commit | commitdiff | tree | snapshot |
2010-07-31 |
yeom | *** empty log message *** |
commit | commitdiff | tree | snapshot |
next |