aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-08-26 16:40:11 +0200
committerLars Knoll <lars.knoll@theqtcompany.com>2015-09-22 08:19:53 +0000
commit833c99db20a6ccbf337d77855098141e008b04ee (patch)
treed6bfae879061b1de22740ce20960542025c7a4d5 /tests
parent884097f463b1ab8c3fed929c3586d6ceea612442 (diff)
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 <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/v4/crypto.js1
1 files changed, 1 insertions, 0 deletions
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()