Releases: stephenfreund/RoadRunner
Releases · stephenfreund/RoadRunner
RoadRunner 0.5
- New FT2 implementations
- New Benchmarking Features
- New Array Shadow Caching options
- Various other bug fixes and improvements
RoadRunner 0.4
This release includes a number of small fixes and improvements to the previous release. Notable items:
- Various small bug fixes and performance improvements to infrastructure and tools.
- Eliminated reliance on deprecated sun classes.
- Now builds and runs with Java 1.7 or 1.8.
RoadRunner 0.3
This release includes a number of small fixes and improvements to the previous release. Notable items:
- Java 1.7 is now required.
- Internal caches are cleared more frequently to avoid memory bloat.
- Rudimentary support for reflective field accesses.
- New ClassAccessed event that is generated when reading a static final field. Needed to properly track the happens-before edge between field initialization and reads.
RoadRunner 0.2
This release includes a number of small fixes and improvements to the previous release.
RoadRunner 0.1
This release includes a number of modifications and additions to address scalability bottlenecks, to fix bugs, and to make the instrumentation process more robust. See changes.txt for more details.