1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support uniqueRW statistics to find average virgin write object size. More... over 17 years ago
Keep track of average object size for virgin reads/writes. More... over 17 years ago
Add computed cost per read/write. More... over 17 years ago
Fix PowerPC failure when invoking a method with a long or double parameter from native code. More... over 17 years ago
Count the number of method invocations inside transactions. More... over 17 years ago
Don't clone harpoon.Runtime.Transactions.ImplHelper, or we won't be able to substitute the appropriate native code. More... over 17 years ago
Fix Alex's class constant hack. More... over 17 years ago
Remove unnecessary assert which might be distorting measurements. More... over 17 years ago
Oops: *really* fix transaction statistics bug. More... over 17 years ago
Fix statistics when compiling with transactions. More... over 17 years ago
Allowing using LL/SC stubs for benchmarking transactions. More... over 17 years ago
Fix for 'no array' transactional builds: make sure JNI also doesn't do transformations on arrays. More... over 17 years ago
Add configuration-checking bits to make sure runtime and FLEX transaction variant options match up. More... over 17 years ago
Add configuration-checking bits for NT and NO_ARRAY transactional builds. More... over 17 years ago
Compute appropriate numbers for graph. More... over 17 years ago
Results from re-running the benchmarks on PowerPC. More... over 17 years ago
Add some code to do multi-threaded operations (sorta). More... over 17 years ago
Final results on x86. More... over 17 years ago
Lock-free functional arrays. More... over 17 years ago
First numbers from array microbenchmark. More... over 17 years ago
Better makefile rules for benchmarking arrays. More... over 17 years ago
Tweak implementation to match thesis better. More... over 17 years ago
Rename old benchmark results to results-bench.txt, to make room for a new results-array.txt file. More... over 17 years ago
Use semi-precise collection; workaround bug in x86 optimized code, where top-level obj is (conservatively) held, which makes non-randomized SHALLOW really slow because we can't GC any of it. More... over 17 years ago
Add randomized re-rooting. More... over 17 years ago
Add makefile/.cvsignore support for the array benchmarks. More... over 17 years ago
Add a #ifdef so that PPC assembly isn't built on x86. More... over 17 years ago
First draft of array benchmark. We've got imperative arrays, naive functional arrays, and shallow-binding functional arrays. More... over 17 years ago
Normalized times. More... over 17 years ago
The weird compare to FFFFCACB was actually there for a reason... More... over 17 years ago