From: Jean Privat Date: Tue, 3 Mar 2015 15:05:12 +0000 (+0700) Subject: Merge: Inline intern methods in standard objects X-Git-Tag: v0.7.3~43 X-Git-Url: http://nitlanguage.org Merge: Inline intern methods in standard objects Those in primitive types where already inlined, this time it is the ones in Object, NativeArray and other. A special case remain for `object_id` since the value in standard objects is redefined in primitive type. So this one is not inlined. The gain in nitc/nitc/nitc is less that I expected but not that bad. before: 0m7.276s after: 0m7.100s (-2.5%) Bonus: an old bug related to native arrays in --semi-global related to inlining is also fixed. Pull-Request: #1180 Reviewed-by: Lucas Bajolet Reviewed-by: Alexis Laferrière Reviewed-by: Alexandre Terrasa --- bac6a950e3c79f5fd9a65be26c3119a4fe3ee6ae