Skip to content

0.613

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 02:11
ea14e65

What's changed?

  • Compiler now targets bytecode version 5 by default, this includes support for vector type literals and sub/div opcodes with a constant on lhs

New Type Solver

  • Normalizer type inhabitance check has been optimized
  • Added ability to reduce cyclic and/or type families

Native Code Generation

  • CodeGen::compile now returns more specific causes of a code generation failure
  • Fixed linking issues on platforms that don't support unwind frame data registration

Full Changelog: 0.612...0.613