Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 1.35 KB

Change Log

v1.1 - 2016-08-17

  • Published paper:

    Stefan Marr, Benoit Daloze, Hanspeter Mössenböck. 2016. Cross-Language Compiler Benchmarking: Are We Fast Yet? In Proceedings of the 12th Symposium on Dynamic Languages (DLS '16). ACM.

  • Added Smalltalk version of the benchmarks.
    Implementation uses a SOM parser to simplify maintenance of benchmarks. Benchmarks are tested with Pharo 5.0, but should be compatible with Squeak, too.

  • fixed some style issues for Ruby benchmarks for latest rubocop

  • fixed Java Checkstyle URL

  • fixed Dictionary size tracking (not benchmark relevant)

  • fixed JavaScript harness so that total is always an integer

v1.0 - 2016-06-22

First release of Are We Fast Yet. Documented with README.md and docs. The release contains all changes since the initial addition of benchmarks to the repository.