From edee5c3dc0d922ec3b6a44d66193e9a57b8a979e Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 29 Aug 2013 14:31:32 +0200 Subject: Move prototype pointer into QV4::InternalClass The prototype is actually the same for most objects. By moving it into the internal class, we can save 8 bytes per object, as well as allowing for some future optimizations. Also fix a bug in the implementation of the Error prototype objects. Change-Id: I4d4b641055f644a9b088f27be34bfdb0446279b7 Reviewed-by: Simon Hausmann --- tests/manual/v4/TestExpectations | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/manual/v4/TestExpectations b/tests/manual/v4/TestExpectations index 5bf5dbb6c7..e1c228db8e 100644 --- a/tests/manual/v4/TestExpectations +++ b/tests/manual/v4/TestExpectations @@ -6,7 +6,6 @@ 10.4.3-1-104 failing 10.4.3-1-106 failing 11.2.3-3_3 failing -S11.8.6_A5_T2 failing S13_A15_T4 failing S13.2.3_A1 failing S15.4.4.3_A1_T1 failing @@ -20,4 +19,3 @@ Sbp_12.5_A9_T3 failing Sbp_12.6.1_A13_T3 failing Sbp_12.6.2_A13_T3 failing Sbp_12.6.4_A13_T3 failing - -- cgit v1.2.3