You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,10 @@
6
6
* Merged Wasm_of_ocaml (#1724)
7
7
* Lib: removed no longer relevant Js.optdef type annotations (#1769)
8
8
* Misc: drop support for IE
9
-
* Effects: add an optional feature of "dynamic switching" between CPS and direct style, resulting in better performance when no effect handler is installed
9
+
* Effects: add an optional feature of "dynamic switching" between CPS
10
+
and direct style, resulting in better performance when
11
+
no effect handler is installed
12
+
* Compiler/Runtime: Make resuming a continuation more efficient in js (#1765)
10
13
11
14
## Bug fixes
12
15
* Fix small bug in global data flow analysis (#1768)
0 commit comments