Skip to content

Commit 232bf60

Browse files
committed
Misc: Changes
1 parent 35fd786 commit 232bf60

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@
66
* Misc: yojson is no longer optional
77
* Misc: reduce the diff with the wasm_of_ocaml fork
88
* Compiler: speedup global_flow/global_deadcode pass on large bytecode
9+
* Compiler: improved global dead code elimination (#2206)
910
* Compiler: speedup json parsing, relying on Yojson.Raw (#1640)
1011
* Compiler: Decode sourcemap mappings only when necessary (#1664)
1112
* Compiler: make indirect call using sequence instead of using the call method
1213
[f.call(null, args)] becomes [(0,f)(args)]
1314
* 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)
1419
* Runtime: change Sys.os_type on windows (Cygwin -> Win32)
1520
* Runtime: backtraces are really expensive, they need to be be explicitly
1621
requested at compile time (--enable with-js-error) or at startup (OCAMLRUNPARAM=b=1)
1722
* Runtime: allow dynlink of precompiled js with separate compilation (#1676)
1823
* 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
2224

2325

2426
## Bug fixes

0 commit comments

Comments
 (0)