From 1dcf9ca93c6415d50f7358b8c37a9b47523cd198 Mon Sep 17 00:00:00 2001 From: Frank Emrich Date: Fri, 16 Feb 2024 14:22:00 +0000 Subject: [PATCH] update instance_too_large test --- tests/all/pooling_allocator.rs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/all/pooling_allocator.rs b/tests/all/pooling_allocator.rs index df8cdb7c791f..8b6f82274220 100644 --- a/tests/all/pooling_allocator.rs +++ b/tests/all/pooling_allocator.rs @@ -661,12 +661,12 @@ configured maximum of 16 bytes; breakdown of allocation requirement: " } else { "\ -instance allocation for this module requires 320 bytes which exceeds the \ +instance allocation for this module requires 272 bytes which exceeds the \ configured maximum of 16 bytes; breakdown of allocation requirement: - * 50.00% - 160 bytes - instance state management - * 10.00% - 32 bytes - typed continuations payloads object - * 10.00% - 32 bytes - typed continuations main stack limits + * 58.82% - 160 bytes - instance state management + * 8.82% - 24 bytes - typed continuations payloads object + * 5.88% - 16 bytes - jit store state " }; match Module::new(&engine, "(module)") { @@ -690,11 +690,11 @@ configured maximum of 16 bytes; breakdown of allocation requirement: " } else { "\ -instance allocation for this module requires 1920 bytes which exceeds the \ +instance allocation for this module requires 1872 bytes which exceeds the \ configured maximum of 16 bytes; breakdown of allocation requirement: - * 8.33% - 160 bytes - instance state management - * 83.33% - 1600 bytes - defined globals + * 8.55% - 160 bytes - instance state management + * 85.47% - 1600 bytes - defined globals " }; match Module::new(&engine, &lots_of_globals) {