Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Ergo v0.6.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 14 Jan 22:53

This release focuses on performance improvements and bug fixes

Compiler

  • 🐎 There is now a way to get performance information from the ergo compiler, using the new command-line option ergoc --monitor

Bug fixes and Improvements:

  • 🐞 Improvements to the performance of the code generation (#508)
  • 🐞 min/max sometimes failed at runtime in the JavaScript backend (#511)