Js Of Ocaml Versions Save

Compiler from OCaml to Javascript.

5.8.1

1 week ago

CHANGES:

Features/Changes

  • Library: new Typed_array.Bytes module.

Bug fixes

  • Compiler: fix #1509

5.8.0

4 weeks ago

CHANGES:

Features/Changes

  • Compiler: es6 now generate consise body
  • Compiler: codegen: optimize Offset_ref for negative offsets
  • Compiler: codegen: change argument passing of back edges.
  • Compiler: codegen: use Array destruction to assign args of back edges with es6.
  • Compiler: codegen: specialize string equality
  • Compiler: codegen: more specialization for %int_add, %int_sub
  • Compiler: recognize and optimize String.concat
  • Compiler: more inlining - duplicate small function.
  • Compiler: Make it possible to link runtime JavaScript file together with OCaml libraries #1509
  • Runtime: abort instead of exit when calling unimplemented js primitives in bytecode/native. It should help if one tries to understand the source of the call with gdb (see #677)
  • Runtime: re-enable marshalling of floats, disabled in jsoo 2.0
  • Runtime: new runtime api for channels

Bug fixes

  • Compiler: fix variable renaming for property binding and assignment target
  • Compiler: fix separate compilation of toplevels (broken since 5.7.0)
  • Compiler: fix assertion while checking stack compatibility (#1600)

5.7.2

1 month ago

CHANGES:

Bug fixes

  • Runtime: add missing primitives for ocaml 5.2.0~beta1

5.7.1

2 months ago

CHANGES:

Features/Changes

  • Compiler: only flush the necessary env for closures (#1568)
  • Library: dialog element support

Bug fixes

  • Compiler: fix --enable=vardecl
  • Compiler: fix parallel renaming (bug introduced in #1567)
  • Lib: fix paragraph construction and coercion
  • Runtime: reduce memory leak with channels (#1581)

5.7.0

2 months ago

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)

5.6.0

4 months ago

CHANGES:

Features/Changes

  • Compiler: try to preserve clorures ordering between ml and js
  • Compiler: js-parser accept for await

Bug fixes

  • Compiler: js-parser now accept all the line terminators defined in the spec
  • Compiler: js-parser: fix support for LHS assignment target
  • Compiler: js-parser: fix parser of default export
  • Compiler: js-parser: allow 'as' as ident
  • Compiler: js-parser: fix for-in rewriting
  • Compiler: js-parser: fix yield pretty print
  • Compiler: js-parser: fix async arrow function
  • Compiler: js-parser: fix class printing
  • Compiler: js-parser: fix #privateName

5.5.2

5 months ago

CHANGES:

Features/Changes

  • Compiler: global dead code elimination (Micah Cantor, #1503)
  • Compiler: change control-flow compilation strategy (#1496)
  • Compiler: loop no longer absorb the whole continuation
  • Compiler: Dead code elimination of unused references (#2076)
  • Compiler: reduce memory consumption (#1516)
  • Compiler: support for import and export construct in the js parser/printer
  • Lib: add download attribute to anchor element
  • Misc: switch CI to OCaml 5.1
  • Misc: preliminary support for OCaml 5.2
  • Misc: support for OCaml 5.1.1

Bug fixes

  • Runtime: fix Dom_html.onIE (#1493)
  • Runtime: add conversion functions + strict equality for compatibility with Wasm_of_ocaml (#1492)
  • Runtime: Dynlink should be able to find symbols in jsoo_runtime #1517
  • Runtime: fix Unix.lstat, Unix.LargeFile.lstat (#1519)
  • Compiler: fix global flow analysis (#1494)
  • Compiler: fix js parser/printer wrt async functions (#1515)
  • Compiler: fix free variables pass wrt parameters' default value (#1521)
  • Compiler: fix free variables for classes
  • Compiler: fix internal invariant (continuation)
  • Compiler: fix variable renaming for let, const and classes
  • Lib: Url.Current.set_fragment need not any urlencode (#1497)

5.5.1

5 months ago

CHANGES:

Features/Changes

  • Compiler: global dead code elimination (Micah Cantor, #1503)
  • Compiler: change control-flow compilation strategy (#1496)
  • Compiler: loop no longer absorb the whole continuation
  • Compiler: Dead code elimination of unused references (#2076)
  • Compiler: reduce memory consumption (#1516)
  • Compiler: support for import and export construct in the js parser/printer
  • Lib: add download attribute to anchor element
  • Misc: switch CI to OCaml 5.1
  • Misc: preliminary support for OCaml 5.2
  • Misc: support for OCaml 5.1.1

Bug fixes

  • Runtime: fix Dom_html.onIE (#1493)
  • Runtime: add conversion functions + strict equality for compatibility with Wasm_of_ocaml (#1492)
  • Runtime: Dynlink should be able to find symbols in jsoo_runtime #1517
  • Runtime: fix Unix.lstat, Unix.LargeFile.lstat (#1519)
  • Compiler: fix global flow analysis (#1494)
  • Compiler: fix js parser/printer wrt async functions (#1515)
  • Compiler: fix free variables pass wrt parameters' default value (#1521)
  • Compiler: fix free variables for classes
  • Compiler: fix internal invariant (continuation)
  • Compiler: fix variable renaming for let, const and classes
  • Lib: Url.Current.set_fragment need not any urlencode (#1497)

5.5.0

5 months ago

CHANGES:

Features/Changes

  • Compiler: global dead code elimination (Micah Cantor, #1503)
  • Compiler: change control-flow compilation strategy (#1496)
  • Compiler: loop no longer absorb the whole continuation
  • Compiler: Dead code elimination of unused references (#2076)
  • Compiler: reduce memory consumption (#1516)
  • Compiler: support for import and export construct in the js parser/printer
  • Lib: add download attribute to anchor element
  • Misc: switch CI to OCaml 5.1
  • Misc: preliminary support for OCaml 5.2
  • Misc: support for OCaml 5.1.1

Bug fixes

  • Runtime: fix Dom_html.onIE (#1493)
  • Runtime: add conversion functions + strict equality for compatibility with Wasm_of_ocaml (#1492)
  • Runtime: Dynlink should be able to find symbols in jsoo_runtime #1517
  • Runtime: fix Unix.lstat, Unix.LargeFile.lstat (#1519)
  • Compiler: fix global flow analysis (#1494)
  • Compiler: fix js parser/printer wrt async functions (#1515)
  • Compiler: fix free variables pass wrt parameters' default value (#1521)
  • Compiler: fix free variables for classes
  • Compiler: fix internal invariant (continuation)
  • Compiler: fix variable renaming for let, const and classes
  • Lib: Url.Current.set_fragment need not any urlencode (#1497)

5.4.0

10 months ago

CHANGES:

Bug fixes

  • Runtime: Fix recursive modules on ocaml < 4.13 (#1485)
  • Runtime: fix hashing of NaN (#1475)
  • Runtime: float rounding should resolve tie away from zero (#1475)
  • Runtime: fix Gc.stat, Gc.quick_stat, Gc.get (#1475)
  • Compiler: fix some miscompilation, probably introduced in jsoo 5.0.0, revealed by OCaml 5.0