From ee431688f207b900e38f70502489b62bd677e1d6 Mon Sep 17 00:00:00 2001 From: Olivier Nicole Date: Wed, 4 Sep 2024 14:15:55 +0200 Subject: [PATCH] Update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index d72933d484..e38fc31bbf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,7 @@ * Compiler: Decode sourcemap mappings only when necessary (#1664) * Compiler: make indirect call using sequence instead of using the call method [f.call(null, args)] becomes [(0,f)(args)] +* Compiler: reduce linking time by optimizing sourcemaps processing (#1617) * Runtime: change Sys.os_type on windows (Cygwin -> Win32) * Runtime: backtraces are really expensive, they need to be be explicitly requested at compile time (--enable with-js-error) or at startup (OCAMLRUNPARAM=b=1)