Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@aarongraham9 aarongraham9 released this 01 Aug 18:20
· 30 commits to master since this release

Version 4.0.0 of the TraceFile Simulator Contains the Following:

  • Remainder of the Region Based Garbage Collection scheme Balanced Garbage Collection.
  • Adds in Arraylets; Arrays that are larger than a Region in Region Based Garbage Collection schemes.
  • Additional Stats in the stdout and in the log files.
  • Converted many types to size_t for compatibility.
  • Added Test Script; See Tests/TestScripts/TestMain.sh and Tests/TestScripts/README for more details.
  • "Automated" CI testing for GitLab.
  • Added Contribution Guide; See CONTRIBUTING.md for more details.
  • Fixed some issues identified by Coverity
  • Various Defect Fixes and Code Improvements.