Skip to content

Releases: stephenfreund/RoadRunner

RoadRunner 0.5

23 Feb 17:01
Compare
Choose a tag to compare
  • New FT2 implementations
  • New Benchmarking Features
  • New Array Shadow Caching options
  • Various other bug fixes and improvements

RoadRunner 0.4

27 Jul 11:55
Compare
Choose a tag to compare

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

12 Jun 21:12
Compare
Choose a tag to compare

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

30 Dec 13:28
Compare
Choose a tag to compare

This release includes a number of small fixes and improvements to the previous release.

RoadRunner 0.1

16 Sep 01:56
Compare
Choose a tag to compare

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.