Skip to content

5.7.0

Compare
Choose a tag to compare
@hhugo hhugo released this 21 Feb 23:39
· 899 commits to master since this release
ca84344

CHANGES:

Features/Changes

  • Mics: fix support for OCaml 5.2
  • Compiler: no longer rely on IIFE for scoping variable inside loops
  • Compiler: avoid parsing bytecode sections twice, jsoo counter part of ocaml#12599
  • Lib: add ellipse to canvasRenderingContext2D (@FayCarsons, #1555)

Bug fixes

  • Compiler: fix global dead code elimination in a toplevel context
  • Compiler: fix exit-loop-early optim in presence of closure (#1561)
  • Compiler: remove quadratic behavior in generate.ml (#1531, #1567)