From 7303d23d04d69c88d9ecd95683472972c377882a Mon Sep 17 00:00:00 2001 From: Timon Date: Fri, 11 Aug 2023 13:47:57 +0200 Subject: [PATCH 1/2] Update RELEASES.md --- RELEASES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 0df39e52b8c6..885302beb43c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -66,6 +66,9 @@ Unreleased. instead of returning an error. [#6776](https://github.com/bytecodealliance/wasmtime/pull/6776) +* Optimized the cranlift compilation on aarch64 + [#6804](https://github.com/bytecodealliance/wasmtime/pull/6804) + ### Changed * Options to the `wasmtime` CLI for Wasmtime itself must now come before the From e11defa8336ecad6b78ebc567fd24f07ea3a0370 Mon Sep 17 00:00:00 2001 From: Timon Date: Fri, 11 Aug 2023 14:01:51 +0200 Subject: [PATCH 2/2] Update RELEASES.md --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 885302beb43c..18264ef18c17 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -66,7 +66,7 @@ Unreleased. instead of returning an error. [#6776](https://github.com/bytecodealliance/wasmtime/pull/6776) -* Optimized the cranlift compilation on aarch64 +* Optimized the cranelift compilation on aarch64 for large wasm modules. [#6804](https://github.com/bytecodealliance/wasmtime/pull/6804) ### Changed