From 63421f8622a95b52c2055b61c10afaa094c922b8 Mon Sep 17 00:00:00 2001 From: David Mandelin Date: Mon, 21 Jun 2010 11:23:39 -0700 Subject: [PATCH] Bug 571595: make sure dense_grow always gets inlined, r=nnethercote --HG-- extra : rebase_source : 14d00cd5356a3dc1fbc88fd305a2244584ac6889 --- js/src/jsarray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jsarray.cpp b/js/src/jsarray.cpp index 92e09353c59..0af84d4d9b5 100644 --- a/js/src/jsarray.cpp +++ b/js/src/jsarray.cpp @@ -906,7 +906,7 @@ js_PrototypeHasIndexedProperties(JSContext *cx, JSObject *obj) #ifdef JS_TRACER -static inline JSBool FASTCALL +static JS_ALWAYS_INLINE JSBool FASTCALL dense_grow(JSContext* cx, JSObject* obj, jsint i, jsval v) { /*