1
I Use This!
Activity Not Available

Commits : Listings

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