From a40b5c3985f0c3aa82418eeb214cebe606cca5a0 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Thu, 14 Apr 2022 15:10:25 -0700 Subject: [PATCH] Add note about regalloc2 switch in release notes. (#4037) --- RELEASES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 291a521838..0ce77a30a7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -6,6 +6,11 @@ Unreleased. ### Added +* Updated Cranelift to use regalloc2, a new register allocator. This should + result in ~20% faster compile times, and for programs that suffered from + register-allocation pressure before, up to ~20% faster generated code. + [#3989](https://github.com/bytecodealliance/wasmtime/pull/3989) + * Pre-built binaries for macOS M1 machines are now available as release artifacts. [#3983](https://github.com/bytecodealliance/wasmtime/pull/3983)