From b009c84bc6f773326d41bbd7f86cec2a5309291a Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 22 May 2024 21:04:59 -0600 Subject: feat: enable pointer compression via deno_core bump (#23838) v8 12.6 w/pointer compression enabled. Closes https://github.com/denoland/deno/issues/18935 --- tests/testdata/run/heapstats.js.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/testdata/run/heapstats.js.out b/tests/testdata/run/heapstats.js.out index 954266333..b75a755f8 100644 --- a/tests/testdata/run/heapstats.js.out +++ b/tests/testdata/run/heapstats.js.out @@ -1,2 +1,2 @@ -Allocated: 8MB -Freed: -8MB +Allocated: 4MB +Freed: -4MB -- cgit v1.2.3