File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 6
6
* Misc: yojson is no longer optional
7
7
* Misc: reduce the diff with the wasm_of_ocaml fork
8
8
* Compiler: speedup global_flow/global_deadcode pass on large bytecode
9
+ * Compiler: improved global dead code elimination (#2206 )
9
10
* Compiler: speedup json parsing, relying on Yojson.Raw (#1640 )
10
11
* Compiler: Decode sourcemap mappings only when necessary (#1664 )
11
12
* Compiler: make indirect call using sequence instead of using the call method
12
13
[ f.call(null, args)] becomes [ (0,f)(args)]
13
14
* Compiler: mark [ TextEncoder] as reserved
15
+ * Compiler: add support for the Wasm backend in parts of the pipeline, in
16
+ prevision for the merge of wasm_of_ocaml
17
+ * Compiler: introduce a Targetint module
18
+ that follows the semantic of the backend (js or wasm)
14
19
* Runtime: change Sys.os_type on windows (Cygwin -> Win32)
15
20
* Runtime: backtraces are really expensive, they need to be be explicitly
16
21
requested at compile time (--enable with-js-error) or at startup (OCAMLRUNPARAM=b=1)
17
22
* Runtime: allow dynlink of precompiled js with separate compilation (#1676 )
18
23
* Lib: Modify Typed_array API for compatibility with WebAssembly
19
- * Compiler: improved global dead code elimination (#2206 )
20
- * Compiler: add support for the Wasm backend in parts of the pipeline, in
21
- prevision for the merge of wasm_of_ocaml
22
24
23
25
24
26
## Bug fixes
You can’t perform that action at this time.
0 commit comments