Skip to content

Commit 21c3c07

Browse files
committed
Changes
1 parent f8fca75 commit 21c3c07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
* Misc: CI uses opam.2.2 and no longer use sunset repo
66
* Misc: yojson is no longer optional
77
* Compiler: speedup global_flow/global_deadcode pass on large bytecode
8+
* Compiler: make indirect call using sequence instead of using the call method
9+
[f.call(null, args)] becomes [(0,f)(args)]
810
* Runtime: change Sys.os_type on windows (Cygwin -> Win32)
911
* Runtime: backtraces are really expensive, they need to be be explicitly
1012
requested at compile time (--enable with-js-error) or at startup (OCAMLRUNPARAM=b=1)
1113

14+
1215
## Bug fixes
1316
* Runtime: fix parsing of unsigned integers (0u2147483648)
1417
* Toplevel: fix missing primitives with separate compilation

0 commit comments

Comments
 (0)