0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bugs for large memory machines (I hope). More... almost 15 years ago
Fix suspected problem with large memory systems and overflow of ints. More... about 15 years ago
Fix bug in par_mem.c that triggers when you have more than 2GB of RAM. More... about 15 years ago
Add executable bit to scripts. More... about 15 years ago
Add a place to put scripts to manage the project (e.g. update the web More... over 15 years ago
Update the website a bit. Convert old papers to PDF format. Fixup the More... over 15 years ago
Delete unneeded CVS directory. More... over 15 years ago
Slightly cleaner patch. More... over 15 years ago
Fix up memsize so it is more stable, and better able to tell when paging More... over 15 years ago
- update to version 3.0 alpha 9 More... over 16 years ago
- update to version 3.0 alpha 9 More... over 16 years ago
Fix bug in stream.c. Called wrong benchmark in STREAM-1.0 add (called sum). More... over 16 years ago
Fix bug in stream.c. Called wrong benchmark in STREAM-1.0 add (called sum). More... over 16 years ago
Add Will Newton for his NULL pointer bug report & patch. More... over 16 years ago
Add Will Newton for his NULL pointer bug report & patch. More... over 16 years ago
cache seems to work reliably on my home machine now. More... over 16 years ago
cache seems to work reliably on my home machine now. More... over 16 years ago
Fix a number of buglets, e.g. check for returned NULL pointers from memory allocation, ensure that repetitions is a valid value for all benchmarks, and so forth. More... over 16 years ago
Fix a number of buglets, e.g. check for returned NULL pointers from memory More... over 16 years ago
Fix from Will Newton. Add missing test for null return value from valloc(). More... over 16 years ago
Fix from Will Newton. Add missing test for null return value from valloc(). More... over 16 years ago
- fixup buglets in result reporting. Try not to print blank lines when there are no results to report for that line. More... almost 17 years ago
- fixup buglets in result reporting. Try not to print blank lines More... almost 17 years ago
- Small, pervasive fix to correct runtime performance issue. When running More... almost 17 years ago
- Small, pervasive fix to correct runtime performance issue. When running parallel > 1, we set ENOUGH to 1000000, but we kept the default number of repetitions = TRIES (13), so the benchmark was taking *forever* to complete. Switched it back to the default from lmbench2, namely if ENOUGH is >= 1000000, then repetitions is defaulted to one (1). More... almost 17 years ago
- Add new name to ACKNOWLEDGEMENTS - Add new "make tag" target to src/Makefile for better source code control - Increment version number to 3.0 alpha 8 More... about 17 years ago
- Add new name to ACKNOWLEDGEMENTS More... about 17 years ago
- Fix bug where gcc 4.x learned to optimize the inner loop of the integer addition benchmarks. Used a slightly more complex inner loop. More... over 17 years ago
- Fix bug where gcc 4.x learned to optimize the inner loop of the integer More... over 17 years ago
- Add missing BENCHMARK_SIG questions and bookkeeping in config-* More... over 17 years ago