Skip to content

Commit ee43168

Browse files
committed
Update changelog
1 parent b78e277 commit ee43168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Compiler: Decode sourcemap mappings only when necessary (#1664)
1010
* Compiler: make indirect call using sequence instead of using the call method
1111
[f.call(null, args)] becomes [(0,f)(args)]
12+
* Compiler: reduce linking time by optimizing sourcemaps processing (#1617)
1213
* Runtime: change Sys.os_type on windows (Cygwin -> Win32)
1314
* Runtime: backtraces are really expensive, they need to be be explicitly
1415
requested at compile time (--enable with-js-error) or at startup (OCAMLRUNPARAM=b=1)

0 commit comments

Comments
 (0)