Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Whitespace fixes for TACLeBench and copyright update in extra.h | Joshua Bakita | 2020-10-20 |
| | | | | | Also move run_all_dis.sh up a directory in preperation for further changes. | ||
* | Convert TACLeBench to use new libextra API | Joshua Bakita | 2020-10-20 |
| | | | | No other changes. | ||
* | Unify all the versions of extra.h into a single multipurpose header | Joshua Bakita | 2020-10-19 |
| | | | | | | | | | | | | | | | | | | | | | | There was previously a huge amount of shared code that had to be copied back and forth. This should reduce the maintenance burden by containing all future changes to a single file. New unified library is fully backwards-compatible but also introduces and the easy-to-use `for_each_job` macro which replaces the specific `for(...) START_LOOP ... STOP_LOOP` format requirement and is generally much harder to abuse. New unified library also automatically cleans up its shared memory and semaphores, so this commit also removes the separate `cleanupSemaphores` binary. I also found a precursor of `extra.h` written by Sims in `litmusStuff.h`. This code is only interesting for historical purposes, so it is also removed in this commit. This commit also adds debug options to all the Makefiles and silences rm's complaints about non-existent files in make clean. | ||
* | Cleanup in extra.h for non-paired benchmarks | Joshua Bakita | 2020-10-17 |
| | | | | | | | | | | | - No parameter or output format changes - Better error messages - Auto-detect core - Fix off-by-one error in job counting - Explicitly invoke the scheduler with sched_yield() between jobs so that there's less work to do when (if) the scheduling timer interrupt comes around. (This has a surprisingly significant impact on timings.) | ||
* | Reorganize and commit all the modified TACLeBench code and run scripts | Joshua Bakita | 2019-10-07 |