We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fca75 commit 21c3c07Copy full SHA for 21c3c07
CHANGES.md
@@ -5,10 +5,13 @@
5
* Misc: CI uses opam.2.2 and no longer use sunset repo
6
* Misc: yojson is no longer optional
7
* 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)]
10
* Runtime: change Sys.os_type on windows (Cygwin -> Win32)
11
* Runtime: backtraces are really expensive, they need to be be explicitly
12
requested at compile time (--enable with-js-error) or at startup (OCAMLRUNPARAM=b=1)
13
14
+
15
## Bug fixes
16
* Runtime: fix parsing of unsigned integers (0u2147483648)
17
* Toplevel: fix missing primitives with separate compilation
0 commit comments