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 b78e277 commit ee43168Copy full SHA for ee43168
CHANGES.md
@@ -9,6 +9,7 @@
9
* Compiler: Decode sourcemap mappings only when necessary (#1664)
10
* Compiler: make indirect call using sequence instead of using the call method
11
[f.call(null, args)] becomes [(0,f)(args)]
12
+* Compiler: reduce linking time by optimizing sourcemaps processing (#1617)
13
* Runtime: change Sys.os_type on windows (Cygwin -> Win32)
14
* Runtime: backtraces are really expensive, they need to be be explicitly
15
requested at compile time (--enable with-js-error) or at startup (OCAMLRUNPARAM=b=1)
0 commit comments