0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Sep 11, 2024 — Sep 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed interface of enumerate_remembered_locations to allow more efficient iteration over entire objects when that is what the sytem is going to do anyway. More... over 14 years ago
Looking a little bit into why remset scanning is so slow during initial series of collections. First step is to get somewhat better statistics. More... over 14 years ago
Allow the running of the compiler benchmark. (That is, assuming its dependence on the src file to be compiled has been satisfied, perhaps via a symbolic link in just the right place...) More... over 14 years ago
Merge branch 'gather-data-on-machine-argus' of ssh://alleyrally.ccs.neu.edu/~pnkfelix/Dev/larcenydev/dropbox-git into gather-data-on-machine-argus More... over 14 years ago
Downgraded output message for extbmp initialization parameters. More... over 14 years ago
Revised to be compatible with overwrite-run-benchmark code. More... over 14 years ago
Another hack to improve behavior in initial (low memory) state. More... over 14 years ago
Two hacked attempts to improve behavior in initial (low memory) state. The comments with each hack explain them. More... over 14 years ago
Made collection policy a bit more aggressive when we are still in the initial two region mode. More... over 14 years ago
Fixed float stats instrumentation so that when you ask for the refinement info, it more closely corresponds to the start and ends of refinement. More... over 14 years ago
Added extraction of memory distribution at peak stats. More... over 14 years ago
Added a couple benchmarks I scavenged from the CrossPlatform directory. More... over 14 years ago
Any infamy factory less than 1 is a useless value, so I am assigning special semantics to the 0 value to mean turn infamy off. More... over 14 years ago
Increase locs pool size to match the halving of sizeof(loc_t). More... over 14 years ago
Fix for infamy code. More... over 14 years ago
Fixes for row_cache table code. More... over 14 years ago
This leaf size performs significantly better on 5sboyer:6, at least in terms of max remset size on that benchmark. More... over 14 years ago
Reverting back to old leaf size. More... over 14 years ago
Added column-indexed row cache. More... over 14 years ago
Removed some redundant fields. More... over 14 years ago
I was missing a free for the reallocated expanded tables. Mrrh! More... over 14 years ago
Various fixes to extbmp code to make it work for different leaf and branch sizes. More... over 14 years ago
Switched order of operations to ensure that regions become popular (risingstars) '''before''' becoming infamous. This way their group assignments and column word counts will be reset as expected. More... over 14 years ago
Whoops previous fix was never actually running the benchmark. More... over 14 years ago
Apparent overwrite-run-benchmark was never actually working with GCOld as written. More... over 14 years ago
Reordered columns so that the most important things I want to see are at the front. More... over 14 years ago
Present summary of benchmark run results at end of each run. More... over 14 years ago
Extended stats parsing routines with a new attempt at keypath/value extraction and concise padded matrix-style CSV output printing. More... over 14 years ago
Added additional fields to benchmark log output; now the sexp log should contain a superset of data emitted to stdout. More... over 14 years ago
Removed 5nboyer:5 from benchmark. More... over 14 years ago