From 833c99db20a6ccbf337d77855098141e008b04ee Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 26 Aug 2015 16:40:11 +0200 Subject: Inline property data into the object Append the part of the objects property data that is known ad instantiation time to the object itself and by that avoid creating a separate MemberData. Saves some memory and should speed up object creation. Currently implemented only for Object and ArrayObject. Change-Id: I7693bf2f3a28fb718522398ebb94ac115e021fa4 Reviewed-by: Simon Hausmann --- tests/manual/v4/crypto.js | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/manual/v4/crypto.js b/tests/manual/v4/crypto.js index cd48bdb019..7c24b08439 100644 --- a/tests/manual/v4/crypto.js +++ b/tests/manual/v4/crypto.js @@ -1710,3 +1710,4 @@ if (typeof(print) === "undefined") print = console.log; print("done in", new Date - d1) +gc() -- cgit v1.2.3