From 5ef1e8dc4212fa6660abef2b2d7810d1a7d1776c Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Mon, 24 Jun 2024 17:43:00 +0200 Subject: [PATCH] Chores and minor non-technical improvements (#1087) * remove unnecessary empty paragraph in changelog * some minor fixes to the v0.33.0 changelog --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd74e3347..15349fe53e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,10 +23,10 @@ Dates in this file are formattes as `YYYY-MM-DD`. ### Changed - Optimized the Wasmi executor in various ways. - - In summary the Wasmi executor now more optimally cached the currently used + - In summary the Wasmi executor now more optimally caches the currently used Wasm instance and optimizes access to instance related data. - In particular access to the default linear memory bytes as well as the global - variable at index 0 (often used as shadow stack pointer) are more efficient. + In particular access to the default linear memory bytes as well as the value of + the global variable at index 0 (often used as shadow stack pointer) are more efficient. - The following PRs are part of this effort: - https://github.com/wasmi-labs/wasmi/pull/1059 - https://github.com/wasmi-labs/wasmi/pull/1062 @@ -42,8 +42,6 @@ Dates in this file are formattes as `YYYY-MM-DD`. - Removed `Memory::current_pages` method. (https://github.com/wasmi-labs/wasmi/pull/1082) - Users should use the new `Memory::size` method instead. -### - ## [`0.32.3`] - 2024-06-06 ### Fixed